Hi Experts,
 
We have a below  situation.
 
End user will type below url.
 
www.apache_host.com  will need to be redirected to 
http://webdispacther_host:80/irj

Now when I use below directive 
ProxyPreserveHost on
Proxypass               /        http://webdispacther_url:80/irj
ProxypassReverse   /         http://webdispacther_url:80/irj
 
but when I use below configuration,it works fine but we don't want end user to 
type www.apache_host.com/irj
 
ProxyPreserveHost on
Proxypass               /irj    http://webdispacther_url:80/irj
ProxypassReverse   /irj    http://webdispacther_url:80/irj

I am also trying to use mod_rewrite , but its going in infinite loop.Can 
anybody have a hint for this.
 
Best Regards,
Tushar.

 
                                          

Reply via email to