Nedim,
As your configuration is at the moment you proxy the traffic coming on port
443 (SSL port) to the back end servers which means only the requests coming
with https:// will work. What you need to do is just write a simple
mod_rewrite rule to redirect the traffic from port 80 to 443 and all sh
Nedim,
As your configuration is at the moment you proxy the traffic coming on port
443 (SSL port) to the back end servers which means only the requests coming
with https:// will work. What you need to do is just write a simple
mod_rewrite rule to redirect the traffic from port 80 to 443 and all sh
On Thu, 2009-07-09 at 12:24 +0300, Nedim Ozan Tekin wrote:
>
> Hi all,
> I have already two successfully working jboss portal servers.
> e.g. https://10.10.0.138:8443/portal
> https://10.10.0.139:8443/portal they work, there is no problem..
>
> But now , what i want is to be able to use (i
Additionally , İ have configured httpd.conf as follows
ProxyPass / balancer://portalcluster/ stickysession=JSESSIONID|jsessionid
nofailover=On
SSLSessionCache none
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /openssl/server.crt
SSLCertificateKeyFile /openssl/server.key
SSLCACertificateFil