Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 29396 invoked from network); 4 Jul 2006 13:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2006 13:42:58 -0000 Received: (qmail 74952 invoked by uid 500); 4 Jul 2006 13:42:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74931 invoked by uid 500); 4 Jul 2006 13:42:49 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 74911 invoked by uid 99); 4 Jul 2006 13:42:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 06:42:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hillardn@whl.co.uk designates 194.169.33.3 as permitted sender) Received: from [194.169.33.3] (HELO mail-dmz.whl.co.uk) (194.169.33.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 06:42:47 -0700 Received: from cesium.whl.co.uk (cesium.whl.co.uk [192.168.255.200]) by mail-dmz.whl.co.uk (8.11.6/8.11.6) with ESMTP id k64DgtA11763 for ; Tue, 4 Jul 2006 14:42:55 +0100 Received: from mc1000-int.gkn-whl.co.uk ([192.168.255.250]) by cesium.whl.co.uk with esmtp (Exim 4.43) id 1FxlAR-0007z9-Tf for users@httpd.apache.org; Tue, 04 Jul 2006 14:42:19 +0100 Message-ID: <44AA703B.3070400@whl.co.uk> Date: Tue, 04 Jul 2006 14:42:19 +0100 From: "Neil A. Hillard" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: users@httpd.apache.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 192.168.255.250 X-SA-Exim-Mail-From: hillardn@whl.co.uk X-SA-Exim-Scanned: No (on cesium.whl.co.uk); SAEximRunCond expanded to false X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Removing an output filter or performing a negative LocationMatch... X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm currently working on a problem that is causing me no end of grief and I'm hoping that someone here has got a solution to it! I am currently using Apache 2.0 (which we're stuck with for the time being). Once this project is out of the way then I will be looking at upgrading to 2.2 but this won't be possible before this project has to go live :-( I'm using mod_proxy_html and am having some problems with one particular page from the backend server (which is a 3rd party piece of software which we have no control over) and I'd like to not use mod_proxy_html for one specific URL but want to use it for all others. The problem I would like to resolve is this: there is one URL, e.g.: /path/to/script/aa.bb.cc.frame!2aa.bb.cc.detailedNavigationTree I would therefore like to not use mod_proxy_html for a URL ending with 'detailedNavigationTree'. There isn't a negative version of LocationMatch so I've been trying negative lookaheads but I can't find a suitable one. I can't use: SetOutputFilter proxy-html because the anchor causes it to fail (it's effectively looking for 'aa.bb.cc.' at the end of the string, followed by the string). I can't use: SetOutputFilter proxy-html as there are other patterns in the URL before the end that will match (aa.bb.cc.frame)! My only other thought was to use: SetOutputFilter proxy-html on the virtual server and to remove the output filter just for that specific URL: UnsetOutputFilter proxy-html But there doesn't seem to be an opposite of 'SetOutputFilter'! Any advice would be most appreciated. Many thanks in advance, Neil. -- Neil Hillard hillardn@whl.co.uk Westland Helicopters Ltd. http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd. --------------------------------------------------------------------- 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