Hi Eric,
On Wed, Nov 26, 2008 at 2:44 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 26, 2008 at 4:40 PM, Peter Michaux <[EMAIL PROTECTED]> wrote:
>
>> The back end server caches files in two different places and I would
>> like Apache to look in those two places and only proxy if the c
On Wed, Nov 26, 2008 at 4:40 PM, Peter Michaux <[EMAIL PROTECTED]> wrote:
> The back end server caches files in two different places and I would
> like Apache to look in those two places and only proxy if the cached
> file cannot be found. For example, a request to
Insead of ProxyPass, use mod_re
I have Apache set up with the following as the first virtual host.
Since the first host is the default, this gives me mass hosting
behavior. Also the back-end server running on port 3000 sees the
original request Host header which it needs to see.
ServerName example.com
ProxyPass / http://loc