Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 44742 invoked from network); 17 Jul 2007 00:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 00:45:41 -0000 Received: (qmail 18104 invoked by uid 500); 17 Jul 2007 00:45:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17973 invoked by uid 500); 17 Jul 2007 00:45:32 -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 17962 invoked by uid 99); 17 Jul 2007 00:45:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 17:45:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 17:45:28 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IAbBW-0007hz-Ea for users@httpd.apache.org; Tue, 17 Jul 2007 02:45:02 +0200 Received: from adsl-69-107-51-205.dsl.pltn13.pacbell.net ([69.107.51.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jul 2007 02:45:02 +0200 Received: from susarlan by adsl-69-107-51-205.dsl.pltn13.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jul 2007 02:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Narasa Susarla Date: Mon, 16 Jul 2007 20:43:14 +0000 (UTC) Lines: 55 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 69.107.51.205 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Reverse Proxy / Firewall Issue Hi. I have a problem with my Apache 2.2.4 reverse proxy and would appreciate if anyone can point me in the right direction. I have an external ip address (206.16.x.y) that is NAT translated to my internal ip 192.168.a.b on which I have an apache server that works as a proxy to my application server on 192.168.c.d. The follwoing is my setup: client->firewall->apache server->firewall->weblogic application server The following are the main aspects of my httpd.conf config file: Listen 80 ServerName myapp.mydomain.com ProxyRequests off Order Deny,Allow Allow from all ProxyPass /My_Web/ https:/192.168.c.d:7001/My_Web/ ProxyPassReverse /My_Web/ https://192.168.c.d/7001/My_Web/ Proxy HTMLURLMap https://192.168.c.d/My_Web/ /My_Web ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /My_Web/ ProxyHTMLURLMap /MY_Web/ /My_Web RequestHeader unset Accept-Encoding NameVirtualHost *:80 ServerName myapp.mydomain.com:80 When I access http://206.16.x.y/My_Web/ or http://myapp.mydomain.com/My_Web/ I get a 403 error. If I replace the https above with http, and access from the intranet, the returned ip address in my browser shows up as https://192.168.c.d/My_Web/login.html instead of http://206.16.x.y/My_web/login.html or even http://myapp.mydomain.com/My_web/login.html When I try to access my site from the internet after replacing https with http, I get the 'page cannot be displayed' issue which is expected as my internal ip is not accessible from the outside world. Is my problem apache config file related? How do I fix this? Appreciate all help as this issue has been trailing me for a few days now. I have googled and looked over documents but am not able to see why this is happenning. Thanks Narasa --------------------------------------------------------------------- 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