lighttpd: Enable phpldapadmin on www.stderr.nl/ldap.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index c6d07b336c5716b2c6c6d81e19159ca5bb35e0b9..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.
@@ -65,7 +66,8 @@ server.dir-listing          = "disable"
 server.username            = "www-data"
 server.groupname           = "www-data"
 
-alias.url                  = ("/mysql" => "/usr/share/phpmyadmin")
+# Make mysqll frontend available in all domains
+alias.url                  += ("/mysql" => "/usr/share/phpmyadmin")
 
 #### external configuration files
 ## mimetype mapping