Hi,
I am using mod_proxy as the reverse proxy in our application. I need
mod_proxy to send the request through to the backend server w/o adding
or removing any encodings from the URL. I also have
AllowEncodedSlashses on. But what's happening is that some things
that are encoded in the URL submi
he Content-Type is removed in the
first place my mod_cache? I see that the comments above try to
explain it, but it doesn't quite make sense to me.
Cheers,
Adam
On Nov 29, 2007 2:27 PM, Adam Woodworth <[EMAIL PROTECTED]> wrote:
> Hi Nick,
>
> Thanks for the response!
>
&
Hi Nick,
Thanks for the response!
> > 1 - mod_cache [..got valid content in cache? If so, go to 4; if not,
> > go to 2] 2 - mod_proxy [fetch content from origin web]
> > 3 - mod_cache [content cacheable? If so, cache it locally]
> > 4 - *MY FILTER*
> > 5 - deflate
>
> That makes sense if and only
Hi Folks,
I originally posted this message on the mod_perl mailing list, but I
did not receive any responses, so I'm posting here in the hopes that
someone can help me out.
My current LAMP stack is using Apache 2.0.54 and mod_perl 2.0.0-RC4,
and I'm doing something very much like what is mentione