Re: filtering of proxy response
Ian Holsman <[email protected]>
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Hi Steven, Thanks for using the list. there are a couple of questions I have about your configuration, and what you are expecting to see. 1. is the server you are proxying for capable of compressing the information (ie.. does IT have gzip compression) 2. are you trying to get the proxy server to do the compression 3. what kind of config are you using to add deflate to the filter chain TIA Ian Steve Zhou wrote: > Hi, > > The deflate filter does not seem to have any effect on the content > fetched from > an origin server when Apache is configured as a proxy. Look at the > code, the > proxy module does seem to have an output filter chain. However, what > the user > agent received is the clear text, even though the deflate output > filter has been > turned on for the proxy. Can some one explain why? > > Thanks, > Steven Zhou > >