Antwort: [Mod_gzip] mod_gzip with mod_ssl (using mod_proxy)
Matthew Claridge
mod_gzip@lists.over.net
Tue, 15 Apr 2003 12:13:21 +0100
>
>
>>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?
>
Yes, the content is returned fine. File sizes are anything from 20k up
to 36 or 40k. Well above the minimum file size specified.
>>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.
>
>
Yes I know, but its in the HowTo, so at least for testing this, I've
left it on. Security isn't an issue in a test environment - I can turn
things on and off once I've got the basics working....
Matt