On 6/14/05, Serge Knystautas <[EMAIL PROTECTED]> wrote:
> I'm having trouble using mod_deflate to compress content that is going
> through my reverse proxy using apache 2.0.46.

Quite an old version.  If you are using complex stuff like deflate and
proxy, you should be keeping up with more recent versions.

> AddOutputFilterByType DEFLATE text/html text/plain text/xml

See:
http://httpd.apache.org/docs-2.0/mod/core.html#addoutputfilterbytype
where it tells you that this directive does not work with proxies. 
You'll need to look at the more complex configuration:
http://httpd.apache.org/docs-2.0/mod/mod_deflate.html#recommended

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to