X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Flighttpd.conf;h=676cb1f2c1a489addd5cdafd198d7688a9587253;hb=17c5d74612b2e7ade114e5b8992e98b88d3f7ae0;hp=f045f1172e869d3e54c4825589f639db53c1d0df;hpb=0b731f83f93d04dd725609d17464dfe359e6d7c2;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/lighttpd.conf b/etc/lighttpd/lighttpd.conf index f045f11..676cb1f 100644 --- 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. @@ -65,6 +66,9 @@ server.dir-listing = "disable" server.username = "www-data" server.groupname = "www-data" +# Make mysqll frontend available in all domains +alias.url += ("/mysql" => "/usr/share/phpmyadmin") + #### external configuration files ## mimetype mapping include_shell var.conf-dir + "/scripts/create-mime.assign.pl"