DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31226>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31226

AddOutputFilterByType deflate not active with mod_proxy

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2004-09-16 12:11 -------
Thank you for this help.
For everyone having the same problem and looking in this bug,
I place the solution that works for me.
With standard proxy and deflate directives, I placed the following

FilterDeclare compressed Content-Type
FilterProvider compressed deflate $text/html
FilterProvider compressed deflate $text/plain
FilterProvider compressed deflate $text/css
#FilterProtocol compressed deflate "change=yes"
FilterChain compressed

I had to download spcifically the mod_filter.c through
your web page, Nick (http://www.apache.org/~niq/)
since it is not in Apache sources (neither 2.0 or 2.1).
I understand since the first release is of august 2004.

I comment FilterProtocol since it produces an error
in apache ("FilterProtocol: No such filter").
I try with and without "deflate".

Well, at this time, it seems to work as intended.
Since it is a quite new module, I have to test it intensively
since it is for production later on.

Thank you ! Bug closed !

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to