From 1ebb6abc1a88846af356f7450e102c541af572fd Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 29 Mar 2009 21:18:02 +0200 Subject: [PATCH] lighttpd: Enable phpldapadmin on www.stderr.nl/ldap. --- etc/lighttpd/vhosts/stderr-nl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index bc51b2f..33fa855 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -36,6 +36,10 @@ $HTTP["host"] =~ ".stderr.nl$" { ) } + $HTTP["host"] =~ "^drsnuggles.stderr.nl$" { + alias.url += ("/ldap" => "/usr/share/phpldapadmin/htdocs") + } + $HTTP["host"] =~ "^www.stderr.nl$" { $HTTP["url"] =~ "^/blosxom" { cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" ) -- 2.30.2