Answer the question
In order to leave comments, you need to log in
lighttpd dead but pid file exists
I periodically encounter this error on lighttpd on front-ends.
There is nothing meaningful in the logs.
Typically, this error appears during bursts of traffic.
What do you recommend for treatment?
PS don't offer the "switch to nginx" option yet. =)
PPS
Here is an example of a FastCGI config:
fastcgi.server = (
".php" =>
( "localhost" =>
(
"bin-path" => "/usr/bin/php-cgi",
"host" => " 127.0.0.1",
"port" => 1025,
"max-procs" => 500
)
)
)
It is possible that when the load reaches more than 500 users on one server, an error occurs. What are the opinions?
Answer the question
In order to leave comments, you need to log in
If the back-end is Apache, I suggest apt-get remove apache2.
In general, obviously, it is necessary to localize the error. Need more information.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question