Project

General

Profile

Actions

Bug #1210

closed

many errors in logs

Added by Anonymous almost 17 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
High
Category:
core
Target version:
ASK QUESTIONS IN Forums:

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

lighttpd.error.log (71.1 KB) lighttpd.error.log error log Anonymous, 2007-05-31 21:41
Actions #1

Updated by Anonymous almost 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.

Actions #2

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom