Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 53243 invoked from network); 9 Mar 2005 14:06:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 14:06:27 -0000 Received: (qmail 50746 invoked by uid 500); 9 Mar 2005 14:06:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50636 invoked by uid 500); 9 Mar 2005 14:06:02 -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 50621 invoked by uid 99); 9 Mar 2005 14:06:02 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 09 Mar 2005 06:06:01 -0800 Received: by wproxy.gmail.com with SMTP id 67so275212wri for ; Wed, 09 Mar 2005 06:05:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Sd23svdJUL0XQ9ZLlN0oNezr4JHyO2kLilCsvTGTRslRcM4f6nSPKyLc4oYqf75ij76gQ/rJRtn/M2sVYVy04qRRcS/ZDZJigqokxt8O3q7+es6VThzsH4g9L/j02nQQK3O4e4G8xhATMe7r1znxWCL/K6r5ay8/Y/QDcH3Z/W4= Received: by 10.54.80.11 with SMTP id d11mr78257wrb; Wed, 09 Mar 2005 06:05:58 -0800 (PST) Received: by 10.54.3.49 with HTTP; Wed, 9 Mar 2005 06:05:58 -0800 (PST) Message-ID: Date: Wed, 9 Mar 2005 09:05:58 -0500 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: <00fd01c52487$ef26a7c0$5501800a@ANAND> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <00fd01c52487$ef26a7c0$5501800a@ANAND> X-Virus-Checked: Checked Subject: Re: [users@httpd] mod_proxy and Redirect X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 9 Mar 2005 14:41:09 +0530, K Anand wrote: > Apache 1.3.27 > > I have a server configuration where I use ProxyPass. In the virtual host > where the ProxyPass is located, I also have a Redirect rule. It seems like > Proxypass is taking preference to Redirect. Is this correct ?? I tried the > same thing with RewriteRule....Here also it looks like ProxyPass is taking > precedence...The RewriteRule and Redirect rule were written before the > ProxyPass directives ... Two possible solutions: 1. Use the "ProxyPass /foo !" syntax to exempt certain URLs from the proxypass. 2. Try changing the module ordering by reording the LoadModule directives in httpd.conf. Joshua. --------------------------------------------------------------------- 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