Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 56604 invoked from network); 4 Feb 2009 23:38:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 23:38:41 -0000 Received: (qmail 78135 invoked by uid 500); 4 Feb 2009 23:38:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78123 invoked by uid 500); 4 Feb 2009 23:38:31 -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 78114 invoked by uid 99); 4 Feb 2009 23:38:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 15:38:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.156.96.10] (HELO mail.no.steinmetznet.com) (72.156.96.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 23:38:24 +0000 Received: from [192.168.1.30] ([::ffff:192.168.1.30]) by mail.no.steinmetznet.com with esmtp; Wed, 04 Feb 2009 17:53:22 -0600 id 00405338.498A2A72.000016A4 Received: from 127.0.0.1 (AVG SMTP 8.0.176 [270.10.16/1930]); Wed, 04 Feb 2009 17:37:59 -0600 Message-ID: <498A26D6.8000008@steinmetznet.com> Date: Wed, 04 Feb 2009 17:37:58 -0600 From: Robert Steinmetz AIA Reply-To: rob@steinmetznet.com Organization: Steinmetz & Associates User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] ProxyHTMLURLMap I have been working on a reverse proxy problem for a while. I have it mostly working but I need to rewrite some URLs to delete one level of directory I think ProxyHTMLURLMap will be able to do it and I have determined that it is doing something on my machine, just not what I want. The proxy is creating URLs in the form "http://hostname/application/file" I need them in the form "http:/hostname/file", where hostname is the VirtualHost of the reverse proxy. Deleting the "/application", when it appears is really all that is necessary. I think I understand in its simplest form ProxyHTMLURLMAp matches from the beginning left to right, I need it to match for "/application" anywhere in the URL Anyone know the correct form to do this, or a source for more and clearer examples than I have found so far? -- Robert Steinmetz, AIA Principal Steinmetz & Associates --------------------------------------------------------------------- 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