Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Apache reverse proxy


Dear ALL

I am a newbie at Reverse Proxy and my web servers are Windows Based (IIS in particular). I will be using mod-security with Apache in Reverse-proxy Mode. Now I have a particular requirement with respect to apache working in reverse-proxy mode

In my netwrok there are different internal web servers hosting different web applications eg
i have three webserver(IIS) and they have different web applications serverd

let say the websites are :http://internal1.example.com hosted on internal1 machine
http://internal2.example.com hosted on internal2 machine and http://internal3.example.com hosted on internal3 machine

so my query is that my reverse proxy should work in such a way that any external request from Internet World
a)for internal1.example.com should map to internal1.example.com and
b)internal2.example.com should map to internal2.example.com and
c) internal3.example.com should point to internal3 .example.com

so in all there are three web servers hosting 3 web websites. so my questions is what will be the reverse proxying configuration and architecture for this scenario ?


thanks
Jaspreet
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: web, hosting, machine, servers, proxy
Apache/2.2.12 Reverse Proxy
Jun 8, 2010
Dear all, I am having JSP page redirecting problem with apache reverse proxy and have been troubleshooting it for a month already. I really hope someone may englighten me in this thread. Really appreciate and thanks. The infra is setup as: …

Apache Reverse Proxy server
Aug 4, 2010
Hi, I'm trying to set Apache as proxy server to an internal SharePoint server. I have previously configured Apache to run as a proxy server to export internal webpages and web applications. However, the Sharepoint is using SSL and NTLM…

running tomcat behind an apache reverse proxy
Jul 12, 2010
I have an application named as sakai You can check about it here http://sakaiproject.org/new-sakai-faq which is running in Tomcat on LAN as http://192.168.1.5:9090/portal I am using Apache as front end for users to access this application on…

Apache reverse proxy to tomcat application server
Aug 19, 2010
Hi List, I'm running mod_jk on a apache 2.2.14 connecting to a second host, running tomcat 5 server with a third party application. This application is configured to display some company internal information when accessing the page directly…

Apache reverse proxy to tomcat application server
Aug 19, 2010
Hi List, I'm running mod_jk on a apache 2.2.14 connecting to a second host, running tomcat 5 server with a third party application. This application is configured to display some company internal information when accessing the page directly…

Reverse proxy with Apache breaks my preferred charset
Jun 8, 2010
Hi all: I'm running Apache 2.2.15 in a CentOS Linux 5 OS configured as a reverse proxy using mod_proxy, mod_proxy_html, mod_xml2enc and mod_charset_lite. My configuration is as follows: ProxyRequests Off ProxyPass / http://192.168.140.249/…

Apache Reverse Proxy for Citrix MetaFrame Presentation Server
Jun 1, 2010
Hi, I need to setup a Reverse Proxy server for Citrix MetaFrame Presentation server for people to access internal resources. My Apache reverse proxy server is running and it proxies http and https requests. The Citrix backend server uses port 443…

users@httpd] apache reverse proxy redirecting to a different port
May 26, 2010
Hi, I am having a few websites running in a Reverse Proxy scenario on Ubuntu Server 10.04. The configuration is like this Code: |--------------192.168.1.1 | (site1.abc.com)…

RE: Betr.: Re: [users@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server
Jun 7, 2010
>>> Ruiyuan Jiang <Ruiyua### @liz.com> 3-6-2010 23:02 >>> >Hi, I tested and I got "ssl error code 47" error. It seems to me that Apache wants to terminate any port 443 traffic. >The Citrix presentation server does…

Betr.: Re: [users@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server
Jun 2, 2010
>>> Igor Cicimov <icici### @gmail.com> 2-6-2010 2:11 >>> >Maybe this will work: ><Virtualhost> > Servername citrix.example.com > ProxyRequests Off > AllowCONNECT 443 > ProxyPass…