lighttpd: Only catch /trac/ urls with trac.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index f5fcf4cbbe17b1fe41f527c5e7c792c8e23750b5..5a0dc8d8d7046fe7ffc7c438de5185ee882a8d35 100644 (file)
@@ -11,6 +11,7 @@ var.fcgi-dir             = var.root-dir + "/var/fcgi"
 
 ## modules to load
 server.modules              = (
+            "mod_auth",
             "mod_access",
             "mod_alias",
             "mod_accesslog",
@@ -19,7 +20,7 @@ server.modules              = (
             "mod_evhost",
             "mod_cgi",
             "mod_fastcgi",
-            "mod_auth",
+            "mod_setenv",
 )
 
 # Set a default catch-all document root, which should never be used.