Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 67076 invoked from network); 23 Aug 2007 09:13:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 09:13:30 -0000 Received: (qmail 76465 invoked by uid 500); 23 Aug 2007 09:13:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 76455 invoked by uid 500); 23 Aug 2007 09:13:16 -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 76444 invoked by uid 99); 23 Aug 2007 09:13:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 02:13:16 -0700 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: domain of noodlet@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 09:13:54 +0000 Received: by wr-out-0506.google.com with SMTP id 50so397508wra for ; Thu, 23 Aug 2007 02:12:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tzt0MtJ7AUnAftRymN9Hb1m5shBHfEHFcs8BkfHkwfjh2AdjZQOhdWxS//L531/KNuCAr3UpnMoTggp/2h7cOSiUYVYjcI4Xs+iZhqwzaFWjG4QEnty0JZf7ZTOs35GmCFEvNV5mHGU/sjxqnNLZ5mNBxwCPXp5uFnhTPGhTlo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oMFrLUxBNmSamWiedBU6X2UzAgdvQ9hC2Ukm4W5DOkk7Egr9Qz290rhT+C940shNLJFRm+zRzmJIhpGCfOT2T6/rljtRUV3/2e5FnjYfElsek2Wdgrrguqn+MNJYtz4++rySMdV2k/kCkft/2JC0HY7LFc+MGTy74ko/k22b2Bc= Received: by 10.90.75.10 with SMTP id x10mr5994334aga.1187860373022; Thu, 23 Aug 2007 02:12:53 -0700 (PDT) Received: by 10.90.86.11 with HTTP; Thu, 23 Aug 2007 02:12:52 -0700 (PDT) Message-ID: <813716b60708230212m2b14928ejfb181a3bf3cc4540@mail.gmail.com> Date: Thu, 23 Aug 2007 16:12:52 +0700 From: "Vincent Bray" To: users@httpd.apache.org In-Reply-To: <013001c7e560$056d0380$a2c74d0a@persistent.co.in> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <013001c7e560$056d0380$a2c74d0a@persistent.co.in> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] mod_rewrite query On 23/08/07, Bhavin Patel wrote: > Basically I have two webservers in which one of is Apache 2.0.52 webserver > used for proxy server. That's ancient. Can't you upgrade? > Now other server internally servers the request and I need to rewrite url by > mod_rewrite. > > But the thing is if I use both mod_rewrite and mod_proxy in proxy server .. > mod_rewrite is not working as proxy redirect request to other webserver thus > rules on proxy server for mod_rewrite is not working. See [P] in the documentation for RewriteRule flags. It is used to proxy the rewritten url. -- noodl --------------------------------------------------------------------- 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