S
S
sevmax2010-09-27 16:48:49
Lighttpd
sevmax, 2010-09-27 16:48:49

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

2 answer(s)
H
Horse, 2010-09-27
@Horse

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.

A
AntonioK, 2010-09-27
@AntonioK

what version?
after the last update of the ports, after the last port update, I started experiencing random falls of light with indistinct swearing at the proxy module. portdowngrade helped.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question