Pretty automatically updating lighttpd server status

Posted by Marko on Stack Overflow See other posts from Stack Overflow or by Marko
Published on 2010-04-03T07:19:12Z Indexed on 2010/04/03 7:23 UTC
Read the original article Hit count: 228

Filed under:

I am trying to use your modified lighttpd server-status. server-status mod is enabled and running, I am geting lighttpd status but I can not use yours becouse I can not use port 80 again ($SERVER["socket"] == "192.168......:80" { status.status-url = "/server-status"
server.document-root = "/var/www/status" mimetype.assign = ( ".html" => "text/html" ) index-file.names = ( "pretty-status.html" ) }

this gives me an error on lighty restart saying port (= already in use.

Any help?

© Stack Overflow or respective owner

Related posts about lighttpd