lighttdp: Add redirect for renamed category.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index 5ece6d92acba79350a3a43270059497c0a8603d2..0d6b94b8d4ab8dd43803b2228a77aa1e8461a2d6 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 = ( 
                        "/" => (
@@ -29,13 +30,15 @@ $HTTP["host"] =~ ".stderr.nl$" {
                )
                # 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["url"] =~ "^/trac/.*" {
+                       fastcgi.server    += ( 
+                               "/trac" => 
+                               ((
+                                       "socket" => var.site-fcgi-dir + "/trac",
+                                       "check-local" => "disable",
+                               ))
+                       )
+               }
        }
 
        $HTTP["host"] =~ "^drsnuggles.stderr.nl$" {
@@ -43,14 +46,17 @@ $HTTP["host"] =~ ".stderr.nl$" {
        }
 
        $HTTP["host"] =~ "^www.stderr.nl$" {
-               $HTTP["url"] =~ "^/blosxom" {
+               url.redirect += ("^/$" => "/Blog/")
+               # Category got renamed
+               url.redirect += ("^/Blog/personal(.*)" => "/Blog/Personal$1")
+               $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",
                                "BLOSXOM_CODE_BASE" => var.site-dir + "/applications/blosxom",
-                               "BLOSXOM_HTDOCS_URL" =>  "/blog/",
+                               "BLOSXOM_HTDOCS_URL" =>  "/static/",
                        )
                }
                # Disabled for now, since the only working trac is the pandora trac