hgweb: Switch to gitweb style.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index addedc81b7468461990698f1cd4e817563889f7d..5c0e7ef2addb8e5f70417d02c94afd2ebb40d413 100644 (file)
@@ -16,9 +16,17 @@ $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"
+               dir-listing.activate = "enable"
 
                auth.require = ( 
                        "/" => (
@@ -45,14 +53,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