Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 31928 invoked from network); 19 Jun 2004 19:12:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jun 2004 19:12:32 -0000 Received: (qmail 28723 invoked by uid 500); 19 Jun 2004 19:12:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 28626 invoked by uid 500); 19 Jun 2004 19:12:15 -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 28411 invoked by uid 99); 19 Jun 2004 19:12:13 -0000 Received: from [63.200.65.107] (HELO falcon.i-deasatwork.com) (63.200.65.107) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sat, 19 Jun 2004 12:12:13 -0700 Received: by falcon.i-deasatwork.com (Postfix, from userid 5002) id 5D34F6801DE; Sat, 19 Jun 2004 12:12:03 -0700 (PDT) Received: from viper11 (viper1-1.i-deasatwork.com [192.168.9.250]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by falcon.i-deasatwork.com (Postfix) with ESMTP id 1135C68003D for ; Sat, 19 Jun 2004 12:12:03 -0700 (PDT) From: "Ray Anderson" To: Date: Sat, 19 Jun 2004 12:12:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcRWMVf/F3PpkQbjSmSkMp8+kZ7zpw== Message-Id: <20040619191203.1135C68003D@falcon.i-deasatwork.com> X-Spam-Status: No, hits=-95.9 required=5.0 tests=FORGED_MUA_OUTLOOK,MISSING_OUTLOOK_NAME,USER_IN_WHITELIST version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Virus-Checked: Checked Subject: [users@httpd] Deflate X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm having a horrible time getting deflate to work with IE6 (big surprise, thanks M$) for streaming pdf files, so I needed to turn off deflate for only that particular script, and just for that browser, but I just can't get it to work. Testing with IE everything works as expected, all files are compressed EXCEPT this particular script. But FireFox is also returning a non-compressed file. Can someone please tell me where I pulled a bonehead manuver? Here's the relevant lines of my configuration: SetOutputFilter DEFLATE # SetEnv dont_compress_pdf false SetEnv is_ie 0 SetEnv is_pdf 0 SetEnv no_compress 0 SetEnvIfNoCase Request_URI pricelist.php is_pdf 1 BrowserMatch \bMSIE is_ie 1 SetEnvIf is_pdf 1 no_compress 1 SetEnvIf is_ie 1 no_compress 1 SetEnvIf is_ie 0 no_compress 0 SetEnvIf is_pdf 0 no_compress 0 SetEnvIf no_compress 1 no-gzip dont-vary Thanks in advance, -=Ray --------------------------------------------------------- Ray Anderson Systems Development Manager 916.788.2444 (Office) 916.798.9439 (Mobile) PRIDE Industries rsa@prideindustries.com http://www.prideindustries.com --------------------------------------------------------- Aggressiveness was fundamental to success in air-to-air combat and if you ever caught a fighter pilot in a defensive mood you had him licked before you started shooting. Captain David McCampbell, USN, Leading U.S. Navy Ace, WWII, 34 Victories (9 on One Mission) --------------------------------------------------------------------- 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