]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_setenv.conf
- rel 4 (rebuild with fixed %useradd/%groupadd macros)
[packages/lighttpd.git] / lighttpd-mod_setenv.conf
1 # setenv module.
2 #
3 # Documentation: http://www.lighttpd.net/documentation/setenv.html
4
5 server.modules += (
6         "mod_setenv"
7 )
8
9 #### setenv
10 #setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
11 #setenv.add-response-header = ( "X-Secret-Message" => "42" )
This page took 0.03105 seconds and 3 git commands to generate.