Bug #1210
closedmany errors in logs
Description
i installed lighttpd a couple days ago and while the server is running i am getting a lot of errors in the logs.
i've attached a snip of what my logs look like.
i have in my config:
server.event-handler = "linux-rtsig" # (linux 2.4.x)
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/local/bin/php",
"socket" => "/tmp/php-fastcgi.socket",
"max-procs" => 1,
"bin-environment" => (
"PHP_FCGI_CHILDREN" => "16",
"PHP_FCGI_MAX_REQUESTS" => "10000"
),
"bin-copy-environment" => (
"PATH", "SHELL", "USER"
),
"broken-scriptfilename" => "enable"
)))
Files
Updated by Anonymous over 17 years ago
You can increase it by adding this anywhere in your config file :
server.max-write-idle = 720
Increment 720 till the errors cease.
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Also available in: Atom