… 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…
Post: Lighttpd as reverse proxy
June 17, 2008 By 28 Comments

