From: Matthijs Kooijman Date: Mon, 5 Jan 2009 08:58:56 +0000 (+0100) Subject: lighttpd: Enable phpmyadmin on /mysql on all vhosts. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=0f32993712d2ef203b84958062ea04802069ba39;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Enable phpmyadmin on /mysql on all vhosts. --- diff --git a/etc/lighttpd/lighttpd.conf b/etc/lighttpd/lighttpd.conf index f045f11..c6d07b3 100644 --- a/etc/lighttpd/lighttpd.conf +++ b/etc/lighttpd/lighttpd.conf @@ -65,6 +65,8 @@ server.dir-listing = "disable" server.username = "www-data" server.groupname = "www-data" +alias.url = ("/mysql" => "/usr/share/phpmyadmin") + #### external configuration files ## mimetype mapping include_shell var.conf-dir + "/scripts/create-mime.assign.pl"