Apache URL pattern config

Hi,

We have an application server that sits in the DMZ, however I would
like to have this moved behind the DMZ firewall for various reasons,
and instead have the initial web request go to an apache server that
sits in the DMZ.

To access our (web based) application the url is something like:

http://<ip_address>:<port>/Connect/HttpAcceptor/?redirect=true

Can someone tell me if what I want to achieve would be possible using
Apache? I basically want it to route any requests coming through, say
from /Connect/ to the application server that would now be sitting
behind the firewall.

Thanks.
Liquidchild [ Mo, 29 Oktober 2007 18:01 ] [ ID #1856959 ]

Re: Apache URL pattern config

"liquidchild" <stuart.graham.nis [at] nie.co.uk> wrote in message
news:1193677270.961402.19950 [at] 57g2000hsv.googlegroups.com...
> Hi,
>
> We have an application server that sits in the DMZ, however I would
> like to have this moved behind the DMZ firewall for various reasons,
> and instead have the initial web request go to an apache server that
> sits in the DMZ.
> ...
>
> Can someone tell me if what I want to achieve would be possible using
> Apache? I basically want it to route any requests coming through, say
> from /Connect/ to the application server that would now be sitting
> behind the firewall.

Two words: Proxy server.

People see your server sitting in the DMZ but pages really come from the
machine behind the firewall.
spam [ Mo, 29 Oktober 2007 20:16 ] [ ID #1856961 ]
Webserver » alt.apache.configuration » Apache URL pattern config

Vorheriges Thema: Host with trailing slash
Nächstes Thema: switching mod_security off in htaccess for certain (php)files