]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_setenv.conf
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[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.025977 seconds and 3 git commands to generate.