Category Archives: Lighttpd

Enable lighttpd status and config pages

To enable lighttpd status and config pages, you need to edit lighttpd.conf vi /etc/lighttpd/lighttpd.conf Find # “mod_status”, Replace with “mod_status”, Find #### status module #status.status-url = “/server-status” #status.config-url = “/server-config” Replace with #### status module status.status-url = “/server-status” status.config-url = … Continue reading

Posted in Lighttpd | Tagged | Leave a comment

(response.c.544) file not found … or so: Too many open files

A site running lighttpd stopped working with 500 internal server error. On checking lighttpd log, found 2009-08-17 04:04:58: (response.c.544) file not found … or so: Too many open files /4032/046a.jpg -> 2009-08-17 04:04:58: (response.c.544) file not found … or so: … Continue reading

Posted in Lighttpd | Tagged , , | Leave a comment