tags:

views:

32

answers:

0

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 80 already in use.

Any help?