lighttpd/evolution-events.nl: Move authentication info out of conditional.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 Jul 2010 11:54:31 +0000 (13:54 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 Jul 2010 11:54:31 +0000 (13:54 +0200)
This allows the same authentication info to be used by multiple subdomains.

etc/lighttpd/vhosts/evolution-events-nl

index 9384245ca28a9f73ca660c18e1a9cd8d752197e5..8807091cb4174af84aa7d0164471c27fc1de1b6d 100644 (file)
@@ -7,6 +7,11 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
        var.site-fcgi-dir    = var.fcgi-dir + "/evolution-events-nl"
 
        evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
+
+       # Configure a simple plaintext password file
+       auth.backend                 = "plain"
+       auth.backend.plain.userfile  = var.site-dir + "/conf/simple.user"
+
        
        fastcgi.server += ( 
                ".php" => 
@@ -31,8 +36,6 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
        )
 
        $HTTP["host"] =~ "^orga.evolution-events.nl$" {
-               auth.backend                 = "plain"
-               auth.backend.plain.userfile  = var.site-dir + "/conf/simple.user"
 
                auth.require    += ( "/private" => 
                        (