From 0f32993712d2ef203b84958062ea04802069ba39 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 5 Jan 2009 09:58:56 +0100 Subject: [PATCH] lighttpd: Enable phpmyadmin on /mysql on all vhosts. --- etc/lighttpd/lighttpd.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.30.2