Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 49357 invoked from network); 14 Nov 2003 14:53:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Nov 2003 14:53:36 -0000 Received: (qmail 92578 invoked by uid 500); 14 Nov 2003 14:53:11 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 92546 invoked by uid 500); 14 Nov 2003 14:53:10 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 92495 invoked from network); 14 Nov 2003 14:53:10 -0000 Received: from unknown (HELO web40109.mail.yahoo.com) (66.218.78.43) by daedalus.apache.org with SMTP; 14 Nov 2003 14:53:10 -0000 Message-ID: <20031114145312.72819.qmail@web40109.mail.yahoo.com> Received: from [131.155.225.232] by web40109.mail.yahoo.com via HTTP; Fri, 14 Nov 2003 06:53:12 PST Date: Fri, 14 Nov 2003 06:53:12 -0800 (PST) From: Admin-Stress To: users@httpd.apache.org In-Reply-To: <3FB4E03C.3040709@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Please help on apache configuration X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I compiled apache 2.0.48 with --enable-deflate , so it's statically linked. And I add this configuration : # ===== START ===== # Insert filter SetOutputFilter DEFLATE # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # Don't compress images SetEnvIfNoCase Request_URI \\.(?:gif|jpe?g|png|gz)$ no-gzip dont-vary # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary DeflateCompressionLevel 9 DeflateFilterNote Input instream DeflateFilterNote Output outstream DeflateFilterNote Ratio ratio LogFormat '%h %l %u %t "%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate CustomLog /var/log/httpd/deflate_log deflate AddEncoding x-compress Z AddEncoding x-gzip gz tgz AddOutputFilterByType DEFLATE text/html text/plain text/xml # ===== END ===== But why I got nothing in /var/log/httpd/deflate_log ??? The size is 0. Is there something wrong ? Is it a BUG (again) in 2.0.48 ? I tested using Netscape 7, Opera (latest), and IE 6.x. Please help me, Thanks in advance __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org