Re: mod_proxy with light and heavy httpd - questions

2007-09-24 Thread John ORourke
Perrin Harkins wrote: On 9/24/07, John ORourke <[EMAIL PROTECTED]> wrote: ProxyPreserveHost directive which preserves the HTTP Host header when passing the request on - am I right in thinking the docs need to be corrected, and this is no longer an issue? It's no longer an issue IF you'

Re: mod_proxy with light and heavy httpd - questions

2007-09-24 Thread Perrin Harkins
On 9/24/07, John ORourke <[EMAIL PROTECTED]> wrote: > 1. I was initially put off mod_proxy by the docs ( > http://perl.apache.org/docs/1.0/guide/strategy.html#Apache_s_mod_proxy ) > that say mod_proxy has a "difficult case is where you have DNS aliases > that map to the same IP address". I then fo

mod_proxy with light and heavy httpd - questions

2007-09-24 Thread John ORourke
Hi folks, I'm just implementing the usual light/heavy httpd setup with mod_proxy and mod_cache and have a couple of queries. The setup is simple - port 80 is my light httpd, serving static and nearly static content, using mod_cache and mod_proxy to send some requests to the heavy mod_perl engine