Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 18007 invoked from network); 8 Oct 2003 09:06:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Oct 2003 09:06:16 -0000 Received: (qmail 13786 invoked by uid 500); 8 Oct 2003 09:05:59 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 13558 invoked by uid 500); 8 Oct 2003 09:05: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 13542 invoked from network); 8 Oct 2003 09:05:58 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 8 Oct 2003 09:05:58 -0000 Received: (qmail 9285 invoked by uid 50); 8 Oct 2003 09:09:13 -0000 Date: 8 Oct 2003 09:09:13 -0000 Message-ID: <20031008090913.9284.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 23667] New: - wrong Recommended Configuration X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=23667 wrong Recommended Configuration Summary: wrong Recommended Configuration Product: Apache httpd-2.0 Version: 2.0.47 Platform: All URL: http://httpd.apache.org/docs-2.0/mod/mod_deflate.html OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: bugs@httpd.apache.org ReportedBy: qnxuserit@yahoo.it I lost much time configuring mod_deflate and, at the and, i understood there is an incorrect option in your raccomended configuration: Compress everything except images <...cut...> # MSIE masquerades as Netscape, but it is fine BrowserMatch \bMSIE !no-gzip !gzip-only-text/html <...cut...> \bMSIE does not works! Is it a type mismatch? I used: BrowserMatch MSIE !no-gzip !gzip-only-text/html and now it works fine. Thanks for your attention and for your work, Fabio --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org