lighttpd: Have an access log per subdomain.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / blues-brothers-eu
1 $HTTP["host"] =~ ".blues-brothers.eu$" {
2         var.site-dir         = var.root-dir + "/blues-brothers.eu"
3         var.site-fcgi-dir    = var.fcgi-dir + "/blues-brothers-eu"
4
5         evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
6
7         fastcgi.server    = ( 
8                 ".php" => 
9                 ((
10                         "socket" => var.site-fcgi-dir + "/php",
11                         "broken-scriptfilename" => "enable",
12                 ))
13         )
14
15         cgi.assign = ( "cgi" => "" )
16 }