ProxyPass / http://www.yahoomail.com/

will pass all requests to www.yahoomail.com

You may also want to add

ProxyPassReverse / http://www.yahoomail.com/

-ascs
________________________________

From: senthil kumar [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 05, 2006 6:54 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] 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.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to