Pretty automatically updating lighttpd server status
- by Marko
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?