LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   proxy (https://www.linuxquestions.org/questions/linux-newbie-8/proxy-766743/)

nagavinodh 11-04-2009 04:35 AM

proxy
 
Hi,
We installed apache as proxy on red hat 4.2.

server name:172.19.0.25 or ebs.yan.com

My url is http://172.19.0.31:1008/Login.jsp
I would like to redirect these entries from apache.
what are the entries we have to put into httpd.conf.

we added the following entries but

<IfModule mod_proxy.c>
ProxyPass /login http://172.19.0.31:1008/login.jsp
ProxyPassReverse /login http://172.19.0.31:1008/login.jsp
</IfModule>

when i type the url http://ebs.yantro.com/login.jsp,it's not redirect the link.

nagavinodh 11-04-2009 04:36 AM

server name is ebs.yantro.com not ebs.yan.com


All times are GMT -5. The time now is 06:13 PM.