cpkiran
Programmer
- May 21, 2015
- 11
I have follwing components configured.
LoadBalancer, Apache and SSL enabled JBoss.
Lodbalancer URL: Apache URL : Jboss URL(SSL) :
When the request comes to Loadbalancer, it is forwarding the request fine to apache.
But from apache I am not able to forward the request to Jboss(SSL)
I am using below settings on httpd.conf file of apache but url is getting changed to from
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) [R,L]
I still want the generic name (emsprod.com) to be displayed on url instead of server name.
Can any one help how I can successfully forward the request to Jboss when I access LB url.
LoadBalancer, Apache and SSL enabled JBoss.
Lodbalancer URL: Apache URL : Jboss URL(SSL) :
When the request comes to Loadbalancer, it is forwarding the request fine to apache.
But from apache I am not able to forward the request to Jboss(SSL)
I am using below settings on httpd.conf file of apache but url is getting changed to from
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) [R,L]
I still want the generic name (emsprod.com) to be displayed on url instead of server name.
Can any one help how I can successfully forward the request to Jboss when I access LB url.