lighttpd: Enable mod_setenv.
[matthijs/servers/drsnuggles.git] / 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.