Re: Is ProxyPass the best you can do?

2001-06-16 Thread Martin Redington
Squid is the alternative mentioned in the mod_perl_tuning.pod that comes with mod_perl. Alternatively, you could try using mod_rewrite, to direct requests for scripts to a different apache instance (e.g. running on a separate port or ip). I've never tried this, but it should work. Squid migh

Re: Is ProxyPass the best you can do?

2001-06-16 Thread Philip Mak
On Sun, 17 Jun 2001, Martin Redington wrote: > Squid is the alternative mentioned in the mod_perl_tuning.pod that comes > with mod_perl. Can Squid read Apache configuration files? On a new site I'm making (www.shoujoai.com), I have directives in httpd.conf like this: RewriteRule ^/fanfics/([a-z

Re: Is ProxyPass the best you can do?

2001-06-16 Thread Mike & Christine
- Original Message - From: Philip Mak <[EMAIL PROTECTED]> To: modperl <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2001 9:31 PM Subject: Re: Is ProxyPass the best you can do? > On Sun, 17 Jun 2001, Martin Redington wrote: > > > Squid is the alte

Re: Is ProxyPass the best you can do?

2001-06-16 Thread Martin Redington
> Can Squid read Apache configuration files? On a new site I'm making > (www.shoujoai.com), I have directives in httpd.conf like this: Never used it, I'm afraid ... >> Alternatively, you could try using mod_rewrite, to direct requests for >> scripts to a different apache instance (e.g. running o

Re: Is ProxyPass the best you can do?

2001-06-16 Thread Philip Mak
On Sat, 16 Jun 2001, Mike & Christine wrote: > > > > You can use RewriteRule to make it proxy the request to another Apache? I > > thought you can only alias a URL to a file, or make it send an HTTP > > redirect. How do you make it proxy? > > This is what you are looking for i think > > http://th