lighttpd: Move blog to /Blog and remove redirect to kat.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 4 Jan 2010 21:30:50 +0000 (22:30 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 Jan 2010 12:55:47 +0000 (13:55 +0100)
etc/lighttpd/vhosts/stderr-nl

index edab22b99d32dabc200c26f26b648721d34eb097..6bb2f2564e6a53ab925f71aeb0947527f1b61a5e 100644 (file)
@@ -46,12 +46,10 @@ $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" {
+               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",