X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=edab22b99d32dabc200c26f26b648721d34eb097;hb=0218d01a127262997142d46f2199e3020f2a80f3;hp=eb39fc3629c00940672da30f1770ac8bc86d0788;hpb=7b17506e91d9ed3a8c47a0a58cedf37d4cc63aa9;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index eb39fc3..edab22b 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -46,6 +46,9 @@ $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" { cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" ) alias.url += ( "/blosxom" => var.site-dir + "/applications/blosxom/blosxom.cgi" )