How to diagnose Internal Server error on Lighttpd?

Posted by Tomaszs on Server Fault See other posts from Server Fault or by Tomaszs
Published on 2010-05-11T15:40:36Z Indexed on 2010/05/11 15:44 UTC
Read the original article Hit count: 320

Filed under:
|
|

I have Lighttpd on Centos 5 with Fcgi and Memcached. Periodically, once per week or two i get internal server error 500 and i must manually restart lighttpd to get it to work again.

In my lighttpd config I've defined error log file:

server.errorlog             = "/home/lxadmin/httpd/lighttpd/error.log"

But when I open it, it has no rows for last days, only one month ago.

So my question is how to diagnose what is the issue and how to enable error log for my configuration?

© Server Fault or respective owner

Related posts about fastcgi

Related posts about lighttpd