hgweb: Switch to gitweb style.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index b65c8e35a4047d53a20b1607b1eb00eec0a16f0d..5c0e7ef2addb8e5f70417d02c94afd2ebb40d413 100644 (file)
@@ -16,6 +16,13 @@ $HTTP["host"] =~ ".stderr.nl$" {
                }
        }
 
+       $HTTP["host"] =~ "hg.stderr.nl$" {
+               # Let all of hg.stderr.nl be handled by hgweb, since it also
+               # takes care of clone / pull requests.
+               cgi.assign += ( "hgwebdir.cgi" => "" )
+               alias.url += ( "" => "/usr/local/lib/cgi-bin/hgwebdir.cgi" )
+       }
+
        $HTTP["host"] =~ "blues.stderr.nl$" {
                auth.backend                   = "htpasswd"
                auth.backend.htpasswd.userfile = var.site-dir + "/conf/pandora2009.user"
@@ -47,6 +54,8 @@ $HTTP["host"] =~ ".stderr.nl$" {
 
        $HTTP["host"] =~ "^www.stderr.nl$" {
                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 += ( "/Blog" => var.site-dir + "/applications/blosxom/blosxom.cgi" )