Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 25146 invoked from network); 16 Mar 2010 23:14:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 23:14:24 -0000 Received: (qmail 11746 invoked by uid 500); 16 Mar 2010 23:14:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 11687 invoked by uid 500); 16 Mar 2010 23:14:21 -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 11679 invoked by uid 99); 16 Mar 2010 23:14:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 23:14:21 +0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.106.37] (HELO web39606.mail.mud.yahoo.com) (209.191.106.37) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Mar 2010 23:14:13 +0000 Received: (qmail 1677 invoked by uid 60001); 16 Mar 2010 23:13:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268781232; bh=qXAdvbD3xMaWbb4laIkaFnDQmEKg8oz87ZyEjP1biTA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=GAXoP2qsLgzSzrFFo5v/Q/1xxGyHdrZe/DRKxGnMZJfvl6ACnb3lDhTZOOHPXbNYlZOJgAMRSKXpcldZGf0ttj1u/vneOnL8FSRnal8tKJ/IV7BJuNhh9UB7+mGqNOONpZOp8Ha5E9AOxNraaAZRiacrr7tHlBt7WKryKMOQJXU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=SCewB9R8PduZmaYKuyokNYw7h0UMiWvSy35MEp7bCotiKd2MW5Jbau3NDL4t9dyeTGYJ/NAarcbAi6qR3Dpg3pczdzI/rTCRBSvAPb7tovWtlaeSvQf9Nssv6FvLYE/PEOtj/4qkDs9A5rmkUO0uIYRFnECG93fzqGiH2LJTt8E=; Message-ID: <497447.1605.qm@web39606.mail.mud.yahoo.com> X-YMail-OSG: _EGUxBUVM1lbx6VIzC_Jr6kJzkg8GJf4v8n2jtcTSpdRU9zu4OxX2eNAJ9iMbLPBQBhe5OU6cNgVH41elfa6_XcTluiopH9wrXVS5CNo9JIqher6sCj2EA.gUSURFmIMps.sa1lq_Oh0GZJJOyy81_2x1saw6Jgw8Km7Kxg6sKSnt6QK5q2c4zKt_9P7AeThyS9G5xCwEdK7ZWI0pctgBm7eSjAwUHUI85jWRB43EINSWa5rv09pk9W3bf033AeNnODVVArPGdTED1Mv08qdq0WLbyc4MjEq1_kXkYa2DxiRCWSk7_S0oyj7b40jH5vuda7eaSOh3LbxppWo_gncJFPLlsMLrN2I3pWC0Zp3cSfdTbdPvZkII028iw-- Received: from [194.249.198.102] by web39606.mail.mud.yahoo.com via HTTP; Tue, 16 Mar 2010 16:13:52 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 References: <934750.39875.qm@web39607.mail.mud.yahoo.com> <4B9F80FE.7050204@itech7.com> Date: Tue, 16 Mar 2010 16:13:52 -0700 (PDT) From: Milan Tomic To: users@httpd.apache.org In-Reply-To: <4B9F80FE.7050204@itech7.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [users@httpd] VirtualHost & Location > Why are you using ProxyPass ? You can use Redirect if don't want to mask > that content is coming from your server (and of course save your bandwidth). I have tried this: ProxyPass http://localhost:8082/SomeUrl/ Redirect /SomeUrl/index.html http://www.google.com Redirect /SomeUrl http://www.google.com Redirect /SomeUrl/ http://www.google.com but only second Redirect directive works fine. It seems that others are overriden by ProxyPass? What should I do now? :( TIA --------------------------------------------------------------------- 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