Re: [users@httpd] Load-balancing with Mod_Proxy and SSL problem

2012-07-12 Thread Jehan Badshah
Thanks Daniel Now syntax errors are fixed, but apache is not starting, following is error log [Fri Jul 13 23:07:52.976414 2012] [lbmethod_heartbeat:notice] [pid 12579:tid 3086534336] AH02282: No slotmem from mod_heartmonitor [Fri Jul 13 23:07:52.977220 2012] [proxy_balancer:emerg] [pid 12579:tid

Re: [users@httpd] Load-balancing with Mod_Proxy and SSL problem

2012-07-12 Thread Daniel Gruno
On 07/12/2012 02:42 PM, Jehan Badshah wrote: > HI > > *for loadbalancing I added following lines in httpd-ssl.conf file * > > > //certificates etc > > //loadbalancing lines > ProxyPass / balancer://sakaiCluster/ stickysession=JSESSIONID > nofailover=On timeout=60 > > BalancerMember ajp

[users@httpd] Load-balancing with Mod_Proxy and SSL problem

2012-07-12 Thread Jehan Badshah
HI *for loadbalancing I added following lines in httpd-ssl.conf file * //certificates etc //loadbalancing lines ProxyPass / balancer://sakaiCluster/ stickysession=JSESSIONID nofailover=On timeout=60 BalancerMember ajp://192.168.1.101:8009 route=tom121 BalancerMember ajp://192.1