}
}
- $HTTP["host"] =~ "indigetes.stderr.nl$" {
+ $HTTP["host"] =~ "blues.stderr.nl$" {
auth.backend = "htpasswd"
- auth.backend.htpasswd.userfile = var.site-dir + "/pandora2008.user"
+ auth.backend.htpasswd.userfile = var.site-dir + "/conf/pandora2009.user"
auth.require = (
"/" => (
"method" => "basic",
- "realm" => "Di Indigetes",
+ "realm" => "Blues Brothers",
"require" => "valid-user"
)
)
+ # Only publish the pandora trac repos here
+ url.redirect += ("^/trac/?$" => "/trac/pandora")
+ fastcgi.server += (
+ "/trac" =>
+ ((
+ "socket" => var.site-fcgi-dir + "/trac",
+ "check-local" => "disable",
+ ))
+ )
}
$HTTP["host"] =~ "^drsnuggles.stderr.nl$" {
"BLOSXOM_HTDOCS_URL" => "/blog/",
)
}
+ # Disabled for now, since the only working trac is the pandora trac
+ #fastcgi.server += (
+ # "/trac" =>
+ # ((
+ # "socket" => var.site-fcgi-dir + "/trac",
+ # "check-local" => "disable",
+ # ))
+ #)
}
}