Bug #1210
many errors in logs
| Status: | Invalid | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.5.0 | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
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"
)))
History
06/02/2007 12:01 PM - Anonymous
You can increase it by adding this anywhere in your config file :
server.max-write-idle = 720
Increment 720 till the errors cease.