[mod_authn_gssapi] 500 if fail to delegate creds (#2967)
[lighttpd.git] / tests / mod-extforward.conf
blobcaa666306f15660842ad13d9ca50be82647793cd
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 mimetype.assign = (
23         ".html" => "text/html",
26 cgi.assign = (
27         ".pl" => env.PERL,
30 extforward.headers = ( "Forwarded", "X-Forwarded-For", "Forwarded-For" )
31 extforward.forwarder = (
32         "127.0.0.1" => "trust",
33         "127.0.30.1" => "trust",