This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

Paul's Time Sink

| Main | Albums |

Found memory leak

Paul Westbrook | 22 November, 2005 06:02

I think that I have found the problem that I was having where it appeared that apache was leaking.

I had some mod_rewrite rules that forward request from where this blog was hosted to the new domain name.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/blog$ http://www.paulstimesink.com/ [L,R]
RewriteRule ^/blog/(.*) http://www.paulstimesink.com/$1 [L,R]
</Ifmodule>

I changed this to:

Alias /blog /<path_to_LifeType>

When people browse the old url, the url that they will see in their browser will be the old one, but I think that is reasonable.

 (More)

Powered by LifeType
Design by Book of Styles