[Mod_gzip] mod_gzip, mod_proxy and mod_ssl
Christopher L. Everett
mod_gzip@lists.over.net
Tue, 07 Oct 2003 16:06:07 -0500
The last time I had to get mod_gzip, mod_ssl and mod_proxy to work together
I had to have separate virtual servers for mod_ssl and mod_gzip, having the
mod_ssl server proxy every request to the mod_gzip server.
mod_ssl ---> proxy to non-ssl server ---> mod_gzip ---> handle as needed
Now I'm setting up a high availability configuration, so I'm revisiting
my setup.
I'd like to know if the situation with mod_gzip 1.3.26a has changed? is it
possible to get mod_gzip to work between mod_ssl and mod_proxy all on
the same virtual server, like this:
mod_ssl+mod_gzip ---> handle as needed
If you have this working, I'd love to see a config file example.
Christopher Everett