Bug #1210

many errors in logs

Added by Anonymous 540 days ago. Updated 42 days ago.

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"
)))

lighttpd.error.log - error log (71.1 KB) Anonymous, 05/31/2007 09:41 PM

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.

02/18/2008 09:24 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to invalid

10/10/2008 06:53 PM - stbuehler

  • Status changed from Fixed to Invalid

Also available in: Atom PDF