From: Matthijs Kooijman Date: Sun, 29 Mar 2009 19:18:02 +0000 (+0200) Subject: lighttpd: Enable phpldapadmin on www.stderr.nl/ldap. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=inline;h=1ebb6abc1a88846af356f7450e102c541af572fd;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Enable phpldapadmin on stderr.nl/ldap. --- 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" )