On Mon, 12 Nov 2001, Artem Litvinovich wrote:

> Since my freeBSD setup is a "virtual private server" from verio I
> cannot easily recompile+reinstall apache.

I have a virtual private server account from Verio too. What you could do,
is compile your own Apache and run it on a high port, then setup ProxyPass
or RewriteRule [P] so that the Apache on port 80 (that you can't
recompile) just proxies to the one on the high port.

That's probably better from a performance point of view too - if you serve
static content (e.g. JPG files) on your website, it costs less resources
to have a non-mod_perl frontend to serve the graphics for you. (If your
site doesn't get that much traffic it's not so important, of course.)

Reply via email to