lighttpd: Move blog to /Blog and remove redirect to kat.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index addedc81b7468461990698f1cd4e817563889f7d..6bb2f2564e6a53ab925f71aeb0947527f1b61a5e 100644 (file)
@@ -19,6 +19,7 @@ $HTTP["host"] =~ ".stderr.nl$" {
        $HTTP["host"] =~ "blues.stderr.nl$" {
                auth.backend                   = "htpasswd"
                auth.backend.htpasswd.userfile = var.site-dir + "/conf/pandora2009.user"
+               dir-listing.activate = "enable"
 
                auth.require = ( 
                        "/" => (
@@ -45,9 +46,10 @@ $HTTP["host"] =~ ".stderr.nl$" {
        }
 
        $HTTP["host"] =~ "^www.stderr.nl$" {
-               $HTTP["url"] =~ "^/blosxom" {
+               url.redirect += ("^/$" => "/Blog/")
+               $HTTP["url"] =~ "^/Blog" {
                        cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" )
-                       alias.url += ( "/blosxom" => var.site-dir + "/applications/blosxom/blosxom.cgi" )
+                       alias.url += ( "/Blog" => var.site-dir + "/applications/blosxom/blosxom.cgi" )
                        setenv.add-environment += (
                                "BLOSXOM_CONFIG_FILE" => var.site-dir + "/conf/blosxom.conf",
                                "BLOSXOM_DATA_BASE" => var.site-dir + "/data/blosxom",