Antwort: [Mod_gzip] mod_gzip with mod_ssl (using mod_proxy)
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 14 Apr 2003 19:45:49 +0200
Hi,
> However, the ssl virtual host doesn't seem to be forwarding its requests
> to the back-end virtual host.
Do you receive any content at all when you access the SSL virtual host?
If so, which file size is then logged in the access_log of this host?
> ProxyRequests On
This should be considered a security hole - don't do it!
You open your Apache for being used as Proxy Server for arbitrary users
who may then use the DNS knowledge of your machine.
You don't need this directive when all you want is your server to do a
ProxyPass - this is explicitly stated in the Apache manual.
Regards, Michael