Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 74515 invoked from network); 16 Sep 2004 12:10:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Sep 2004 12:10:00 -0000 Received: (qmail 83449 invoked by uid 500); 16 Sep 2004 12:09:59 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 83395 invoked by uid 500); 16 Sep 2004 12:09:58 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 83378 invoked by uid 99); 16 Sep 2004 12:09:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 16 Sep 2004 05:09:57 -0700 Received: (qmail 29469 invoked by uid 50); 16 Sep 2004 12:11:45 -0000 Date: 16 Sep 2004 12:11:45 -0000 Message-ID: <20040916121145.29468.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 31226] - AddOutputFilterByType deflate not active with mod_proxy X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 fbregier@webmails.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From fbregier@webmails.com 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org