X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=f1a4ad95726631cd2cc4bc40616780f0eb428e9a;hb=40394b94bc168ce947d81412f3938e961704798e;hp=5c0e7ef2addb8e5f70417d02c94afd2ebb40d413;hpb=4a2b1544dc81ceee8e1ad5de737f8df46bd58882;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 5c0e7ef..f1a4ad9 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -14,6 +14,10 @@ $HTTP["host"] =~ ".stderr.nl$" { $HTTP["url"] =~ ".git/" { alias.url += ( "/" => "/data/vcs/git/" ) } + # Redirect this url, which was published in my Master's + # thesis. Use .* instead of λ, since mod_redirect doesn't like + # the λ for some reason. + url.redirect += ("^/gitweb\?p=matthijs/projects/c.*ash\.git" => "/gitweb?p=matthijs/master-project/cλash.git") } $HTTP["host"] =~ "hg.stderr.nl$" { @@ -56,9 +60,9 @@ $HTTP["host"] =~ ".stderr.nl$" { url.redirect += ("^/$" => "/Blog/") # Category got renamed url.redirect += ("^/Blog/personal(.*)" => "/Blog/Personal$1") - $HTTP["url"] =~ "^/Blog" { + $HTTP["url"] !~ "^/(Old blog|static)" { cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" ) - alias.url += ( "/Blog" => var.site-dir + "/applications/blosxom/blosxom.cgi" ) + alias.url += ( "" => 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",