You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by senthil kumar <bs...@gmail.com> on 2006/01/05 06:53:36 UTC

[users@httpd] help work with Proxy pass option

Hi,

Is it possible to redirect all my request to  particular domain  and get
response back to browser

Example::

req1 ===> http://hostname:8080/app1           -> It want to be redirect to
www.yahoomail.com
req2 ===> http://hostname:8080/app2           -> it want to be redirect to
www.yahoomail.com

To achieve this i configured in httpd.con file like below, but i cann't
succeed.

Proxypass /* http://www.yahoomail.com

Note:: Here i am trying to achive by reqular expression string (/*). but it
failed.. it response only for the request http://hostname:8080/*

Please suggest ur views.

Thanks,
bsenthil.