lighttpd: Redirect all of www.stderr.nl to kat.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index addedc81b7468461990698f1cd4e817563889f7d..edab22b99d32dabc200c26f26b648721d34eb097 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,6 +46,9 @@ $HTTP["host"] =~ ".stderr.nl$" {
        }
 
        $HTTP["host"] =~ "^www.stderr.nl$" {
+               $HTTP["url"] !~ "^/(blosxom|blog)" {
+                       url.redirect += ("^(.*)$" => "http://katherina.student.utwente.nl/~matthijs/cgi-bin/blosxom$1")
+               }
                $HTTP["url"] =~ "^/blosxom" {
                        cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" )
                        alias.url += ( "/blosxom" => var.site-dir + "/applications/blosxom/blosxom.cgi" )