>
> Allow From All
> ProxyPass balancer://tomcatservers/* stickysession=JSESSIONID
> nofailover=off
>
Don't use the wildcards:
Allow From All
ProxyPass balancer://tomcatservers stickysession=JSESSIONID
nofailover=off
Or use the simpler
ProxyPass / balancer://tomcatservers stic
r=off
--- On Mon, 9/13/10, Eric Covener wrote:
From: Eric Covener
Subject: Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not
working
To: users@httpd.apache.org
Date: Monday, September 13, 2010, 8:13 PM
On Mon, Sep 13, 2010 at 7:30 AM, Amol Puglia wrote:
>
> Hello Eric,
>
On Mon, Sep 13, 2010 at 7:30 AM, Amol Puglia wrote:
>
> Hello Eric,
>
> Thanks for the response.
>
> I have now mentioned the different route.
>
>
> >
>
> My problem is i am trying to acheive load balancing with mod_proxy module.
>
> When i am trying to access http URL,it's not gettign redirecte
Covener
Subject: Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not
working
To: users@httpd.apache.org
Date: Monday, September 13, 2010, 4:43 PM
On Mon, Sep 13, 2010 at 5:35 AM, Amol Puglia wrote:
>
>
shouldn't the routes differ? You never actually mentioned how y
On Mon, Sep 13, 2010 at 5:35 AM, Amol Puglia wrote:
>
>
shouldn't the routes differ? You never actually mentioned how your
server "doesn't work".
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of
Hello Team,
I am trying to achieve load balancing with proxies modules.
Following are the configuration of proxy module.
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
Listen server_name:443
BalancerM