## Let lighttpd act as a proxy server for special file types, hosts etc ## ## Documentation: /usr/share/doc/lighttpd-doc/proxy.txt ## http://www.lighttpd.net/documentation/proxy.html server.modules += ( "mod_proxy" ) $HTTP["url"] =~ "^/mailman" { proxy.server = ( "" => ( ( "host" => "10.80.2.17", "port" => 80 ) ) ) }