May 24, 2012

Post: Lighttpd as reverse proxy

… lines in lighttpd.conf server.modules = ( … “mod_auth”, “mod_status”, “mod_proxy“, … ) mod_status is useful to show additional information from lighttpd mod_auth… :) and mod_proxy is proxy by itself to enable status uncomment or add status.status-url = “/server-status” to lighttpd.conf to protect access…