projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602b2d8
)
lighttpd: Enable phpmyadmin on /mysql on all vhosts.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 5 Jan 2009 08:58:56 +0000
(09:58 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 5 Jan 2009 08:58:56 +0000
(09:58 +0100)
etc/lighttpd/lighttpd.conf
patch
|
blob
|
history
diff --git
a/etc/lighttpd/lighttpd.conf
b/etc/lighttpd/lighttpd.conf
index f045f1172e869d3e54c4825589f639db53c1d0df..c6d07b336c5716b2c6c6d81e19159ca5bb35e0b9 100644
(file)
--- 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"