I have follwing components configured.
LoadBalancer, Apache and SSL enabled JBoss.
Lodbalancer URL: https://emsprod.com
Apache URL : http://servername:8020/EPC
Jboss URL(SSL) : https://servername:8443/EPC
When the request comes to Loadbalancer, it is forwarding the request fine to apache.
But...
I use url http://myurl:8020/ERC to access application successfully. But I dont want to use port number in the URL.Would like to access application using http://myurl/ERC . I added below entries on httpd.conf file.
ProxyRequests Off
ProxyPass /ERC http://myurl:8020/ERC
ProxyPassReverse /ERC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.