Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 22700 invoked by uid 500); 2 May 2003 14:40:28 -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 22627 invoked from network); 2 May 2003 14:40:27 -0000 Received: from euhemsmtp01.bp.com (62.189.94.209) by daedalus.apache.org with SMTP; 2 May 2003 14:40:27 -0000 Received: from euhemav002.bp.com (inetgate21.bp.com [62.189.94.193]) by euhemsmtp01.bp.com (Switch-3.0.4/Switch-3.0.0) with SMTP id h42EiKta025313 for ; Fri, 2 May 2003 15:44:20 +0100 (BST) Received: by euhemx1.bp.com with Internet Mail Service (5.5.2653.19) id ; Fri, 2 May 2003 15:39:32 +0100 Message-ID: <2FE5DE0B8790D411832700508BAF485906D7BA4F@eumorx5.bp.com> From: "Witham, Darren (Contractor)" To: "'users@httpd.apache.org'" Date: Fri, 2 May 2003 15:39:32 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] SSL/mod_deflate Hi, I recently tried to incorporate mod_deflate into my Apache 2.0.44 server running on Windows so that everything other than images was compressed on output using the following bulk standard declaration in my httpd.conf : # Insert deflate filter SetOutputFilter DEFLATE # Don't compress images SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png)$ no-gzip dont-vary # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary Under my configuration mod_deflate and SSL seem to work fine independently but when used together I get odd behaviour whereby some pages of my app freeze. It is not a case of nothing works at all - just what would appear to be random hanging, sometimes a page that froze before would appear to load correctly another time. The pages I am calling are relatively complex jsp's, xsl, soap calls etc so the problem could be occuring anywhere. I would be interested to know if I missed anything noteable in configuring mod_deflate or if there are any known issues regarding using mod_deflate with SSL ? The various logs I generate appear to give me no clues whatsoever and the entries in them stop at the point the app freezes. Thanks in advance --------------------------------------------------------------------- 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