[scons] explicit fails when wanted features are missing
[lighttpd.git] / tests / mod-extforward.conf
blobc8e51017271957e59b5d98925511235275fe9486
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)
8 server.port                 = 2048
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"
17 server.modules = (
18         "mod_cgi",
19         "mod_extforward",
22 ######################## MODULE CONFIG ############################
24 mimetype.assign = (
25         ".html" => "text/html",
28 cgi.assign = (
29         ".pl" => env.PERL,
32 extforward.headers = ( "Forwarded", "X-Forwarded-For", "Forwarded-For" )
33 extforward.forwarder = (
34         "127.0.0.1" => "trust",
35         "127.0.30.1" => "trust",