Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-14 Thread Igor Cicimov
in [mailto:nte...@havelsan.com.tr] > Sent: Thursday, July 09, 2009 12:24 PM > To: users@httpd.apache.org > Subject: [us...@httpd] load balancing with 2 HTTPS portal servers > > > > Hi all, > I have already two successfully working jboss portal servers. > e.g. https://10.10.0.138:8443/por

Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Igor Cicimov
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

Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Tom Evans
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

RE: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Nedim Ozan Tekin
https://10.10.0.139:8443/portal İ dont know What is missing ? -Original Message- From: Nedim Ozan Tekin [mailto:nte...@havelsan.com.tr] Sent: Thursday, July 09, 2009 12:24 PM To: users@httpd.apache.org Subject: [us...@httpd] load balancing with 2 HTTPS portal servers Hi all, I have

[us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Nedim Ozan Tekin
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 (in httpd.conf): ProxyPass / balancer://portalcluster/ stickysession=JSESSI