projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19435fd
)
lighttpd: Enable mod_setenv.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 29 Mar 2009 19:15:44 +0000
(21:15 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 29 Mar 2009 19:15:44 +0000
(21:15 +0200)
etc/lighttpd/lighttpd.conf
patch
|
blob
|
history
diff --git
a/etc/lighttpd/lighttpd.conf
b/etc/lighttpd/lighttpd.conf
index f5fcf4cbbe17b1fe41f527c5e7c792c8e23750b5..676cb1f2c1a489addd5cdafd198d7688a9587253 100644
(file)
--- a/
etc/lighttpd/lighttpd.conf
+++ b/
etc/lighttpd/lighttpd.conf
@@
-20,6
+20,7
@@
server.modules = (
"mod_cgi",
"mod_fastcgi",
"mod_auth",
+ "mod_setenv",
)
# Set a default catch-all document root, which should never be used.