lighttpd server-status

Posted by krys on Server Fault See other posts from Server Fault or by krys
Published on 2009-07-16T01:58:08Z Indexed on 2010/04/03 16:03 UTC
Read the original article Hit count: 377

Filed under:
|
|

I have enabled lighttpd mod_status as /server-status. When I go to the URL, I get the status page. I am interested in monitoring connections -- most specifically KeepAlive connections to make sure KeepAlive is working correctly.

The problem is I only see the full connection info for the /server-status request itself. All other requests do not have the URI or hist columns filled in:

X.X.X.X 0/0 0/4673 handle-req 0 test.mydomain.com /server-status (/server-status)

This makes it difficult to know which URL was last handled by a particular connection. Is there something special that I need to do to show this information(URI) in /server-status?

© Server Fault or respective owner

Related posts about lighttpd

Related posts about status