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:bsenthil@xxxxxxxxx]
Sent: Thursday, January 05, 2006 6:54 AM
To: users@xxxxxxxxxxxxxxxx
Subject: [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.
---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx