Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 96078 invoked from network); 15 Jul 2010 18:58:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 18:58:44 -0000 Received: (qmail 85680 invoked by uid 500); 15 Jul 2010 18:58:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85559 invoked by uid 500); 15 Jul 2010 18:58:41 -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 85551 invoked by uid 99); 15 Jul 2010 18:58:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 18:58:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 18:58:34 +0000 Received: by qyk7 with SMTP id 7so3260690qyk.18 for ; Thu, 15 Jul 2010 11:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=faqFINYqik9+NnfRIVjNFOs9jOOaRQYd6LcmD/0ER6w=; b=CN/g8m0/NOW1qeIjS0kUc3Kxvl6iUUQ/oyVZteUWyT/jqStF9J2j0pFaH5MdTpaZa4 9LWUvQjvLMUDzpw9h6Su/piIlarWWkTufLpeVgmycFpva5n1dhu1Qbaknfpiehtdo4ZX zZ6yyKQk7pudcrEdIeuxaJ6i762QPC+xE5WQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pJnMdJsttW0gZpxQBNoVSwSKNo1/NDqNla/P2lWXV78ijnbcK2f5Fm4hGLbHi6trA3 FzpexLcRshDtnX0Kz54FUUKcXQf9Nv/bkg8g+5J9vWi9rh7hx9HzQIZhx2ASvFqg3+JD kkczNT9upz8ksYOwKyoni1AFqLghMdQtlRAp0= MIME-Version: 1.0 Received: by 10.224.78.93 with SMTP id j29mr8056292qak.254.1279220293765; Thu, 15 Jul 2010 11:58:13 -0700 (PDT) Received: by 10.229.217.130 with HTTP; Thu, 15 Jul 2010 11:58:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Jul 2010 14:58:13 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] 2 reverse proxy to serve an application On Thu, Jul 15, 2010 at 2:40 PM, Tapas Mishra wrote: > Exactly you actually got the core of my configuration.I have done > exactly what you have said. > I got problem in having such a thing.Some that had not worked.The > problem was with the application generating the URLs which had > path as /portal > /library etc > on their documentation page of the application they have not given the > complete thing. > They access it as http://localhost:9090/portal > but when I checked apache response headers I found application was giving URLs > /library/path/to/css > in addition to any element with path /portal > there are many other such html elements in that applicationl. > I asked this question on their community and their documentation was > wrong which I mailed them. > After which no reply came. > I had gone through complete apache2 documentation in this process in > past 10 days many many times. > > So I was going through RFC http://www.ietf.org/rfc/rfc2616.txt > which has described a situation where multiple proxies in a chain are > used for an HTTP_REQUEST > So I wanted to try that on apache2. ProxyVia is how you would use a forward proxy from your reverse proxy, IIUC. But it won't help the absolute URLs. see third-party mod_proxy_html maybe? -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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