1 debug.log-request-handling = "enable"
2 debug.log-response-header = "disable"
3 debug.log-request-header = "disable"
5 server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
7 ## bind to port (default: 80)
10 ## bind to localhost (default: all interfaces)
11 server.bind = "localhost"
12 server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
13 server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
14 server.name = "www.example.org"
15 server.tag = "Apache 1.3.29"
22 ######################## MODULE CONFIG ############################
25 ".html" => "text/html",
32 extforward.forwarder = (
33 "127.0.0.1" => "trust",
34 "127.0.30.1" => "trust",