lighttpd: Enable mod_setenv.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 29 Mar 2009 19:15:44 +0000 (21:15 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 29 Mar 2009 19:15:44 +0000 (21:15 +0200)
etc/lighttpd/lighttpd.conf

index f5fcf4cbbe17b1fe41f527c5e7c792c8e23750b5..676cb1f2c1a489addd5cdafd198d7688a9587253 100644 (file)
@@ -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.