X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=0d6b94b8d4ab8dd43803b2228a77aa1e8461a2d6;hb=887963279cdd00f8302b480f2e542ee42c65f72e;hp=6bb2f2564e6a53ab925f71aeb0947527f1b61a5e;hpb=a1806fc9b734eb12cb8b772467244939cdcbd8f0;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 6bb2f25..0d6b94b 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -47,6 +47,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" ) @@ -54,7 +56,7 @@ $HTTP["host"] =~ ".stderr.nl$" { "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