-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Niranjan,
On 3/30/16 3:02 PM, Niranjan Rao wrote:
> I am using AJP to connect to tomcat.
>
> Entry in the config file looks like
>
> BalancerMember ajp://myserver:8009
> route=node2 ProxySet lbmethod=bytraffic ProxySet
> stickysession=JSESSIONID
>
I am using AJP to connect to tomcat.
Entry in the config file looks like
BalancerMember ajp://myserver:8009 route=node2
ProxySet lbmethod=bytraffic
ProxySet stickysession=JSESSIONID
Hope this answers your question.
Regards,
Niranjan
On 03/30/2016 11:50 AM, Christoph
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Niranjan,
On 3/30/16 2:15 PM, Niranjan Rao wrote:
> Greetings,
>
> My first post to this mailing list.
>
> I have apache2 load balancing working perfectly based on session
> affinity. Traffic does get directed properly to appropriate tomcat
> serve
Not sure if this is what you're looking for, but you can use the 'max'
parameter per member to set the limit of connections and on the last member
use the 'status=+H' parameter to put it into a hot standby mode.
On Fri, Sep 4, 2015 at 12:08 AM, Leon Vergottini
wrote:
> Dear Community
>
> I curre
@httpd.apache.org
Subject: Re: [users@httpd] Load balancing with load detection on backend
servers ?
The only real question is how the load value of the backend
systems can be known and then "told" to Apache. I had proposed
awhile ago using some sort of custom HTTP X-header to send that
info.
> On
The only real question is how the load value of the backend
systems can be known and then "told" to Apache. I had proposed
awhile ago using some sort of custom HTTP X-header to send that
info.
> On Nov 19, 2014, at 3:28 AM, ulrich.her...@t-systems.com wrote:
>
> Hi all,
>
> I know the load_bala
Thanks Eric, I´m going to see that
2012/10/17 Eric Covener
> On Tue, Oct 16, 2012 at 5:57 PM, Dionisio Cortes Fernandez
> wrote:
> > Hi,
> >
> > I´ve been trying to make a load balanced Apache servet without all the
> > success I wanted. I used this mods
> >
> > proxy
> > proxy_balancer
> > pro
On Tue, Oct 16, 2012 at 5:57 PM, Dionisio Cortes Fernandez
wrote:
> Hi,
>
> I´ve been trying to make a load balanced Apache servet without all the
> success I wanted. I used this mods
>
> proxy
> proxy_balancer
> proxy_http
> status
>
> And I get a main server that balances the load, to the other
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
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
Backend servers sending 503 status in the worker's header can be used in the
balancer to mark it as Err.
The config is like this w/ failonstatus=503
Header add Set-Cookie "BALANCEID=backend.%{BALANCER_WORKER_ROUTE}e; path=/;"
env=BALANCER_ROUTE_CHANGED
ProxyRequests Off
ProxyPreserveHost On
B
On Thu, Mar 29, 2012 at 10:31 AM, Tom Evans wrote:
> On Thu, Mar 29, 2012 at 5:14 PM, Ryan Bowman wrote:
>> That doesn't sound correct to me, the balancer-manager page has a
>> status column, and shows that one is OK, the other is Err. (see the
>> attached screen shot)
>>
>> Apache knows that the
On Thu, Mar 29, 2012 at 5:14 PM, Ryan Bowman wrote:
> That doesn't sound correct to me, the balancer-manager page has a
> status column, and shows that one is OK, the other is Err. (see the
> attached screen shot)
>
> Apache knows that the backend server is having problems, shouldn't
> Apache then
I think Apache mod_proxy do not support health checking for backend servers.
-Anam
From: Ryan Bowman
To: users@httpd.apache.org
Sent: Thursday, 29 March 2012, 2:04
Subject: [users@httpd] Load Balancing, no fail over when backend server is down?
Greetings
I
That did the trick. Thanks!
-=- Brian
From: Daniel Ruggeri [drugg...@primary.net]
Sent: Thursday, March 08, 2012 6:41 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Load Balancing for REST service
On 3/7/2012 8:39 PM, Brian Lauber wrote:
>
On 3/7/2012 8:39 PM, Brian Lauber wrote:
> I was unable to access the presentations that you referenced in your
> response. It appears that anonymous users are not authorized to view these
> files. If you get the chance, could you please make these presentations
> available to me?
My mistake.
iel Ruggeri [mailto:drugg...@primary.net]
> Sent: Wednesday, March 07, 2012 6:59 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Load Balancing for REST service
>
> On 3/7/2012 4:47 PM, Brian Lauber wrote:
> > Howdy.
> >
> > We have a REST servic
On 3/7/2012 4:47 PM, Brian Lauber wrote:
> Howdy.
>
> We have a REST service that we are attempting to load balance via
> mod_proxy_balancer. Unfortunately, we have been unable to figure out how to
> maintain the session stickiness across REST service calls. In particular,
> our REST service d
You can install another apache and run it on different IP or if same IP then
have different port, then that would work for you.
Thank you,
Best Regards,
Kashif Rahman
Principal SCM Engineer
cid:image001.jpg@01CBB64A.A77B4560
Vopium A/S | Office# 2, 7th Floor, Shaheen Complex | 38 Ab
Have you see this
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
R
Mark
On 7 Sep 2011, at 13:47, Amira Othman wrote:
Hi all,
I am using httpd-2.2.3-43.el5.1.vm on centos 5.6 I want to add another web
server to act as web farm. I want to use mod_proxy for load balancing between
Hence the reason for the rewrite in 2.3/2.4.
Balancer-manager in prev versions was NEVER intended for
long-term usage. The issue is in the interaction of balancer-manager
and mod_proxy_balancer, not the balancer itself.
On Aug 4, 2011, at 10:57 AM, Tom Evans wrote:
> On Thu, Aug 4, 2011 at 3:43
On Thu, Aug 4, 2011 at 3:43 PM, Jim Jagielski wrote:
> You will note that the balancer in 2.3/2.4 resolves this issue.
>
> BTW, the idea that mod_proxy_balancer is "broken" only means that
> it does not do what you expect, which is restore all local mods
> made via balancer_manager, but this was n
On Aug 4, 2011, at 7:40 AM, Tom Evans wrote:
> On Thu, Aug 4, 2011 at 2:14 AM, Jeff Poling wrote:
>> Thanks. For whatever reason, an apachectl stop and an apachectl start
>> corrected the issue- the balancer-manager now reflects the config in the
>> config file
>>
>
> mod_proxy_balancer is
Tom,
> mod_proxy_balancer is dangerous to use when doing graceful restarts.
> The state of the balancers is saved, and then re-applied, however various
> things can cause the settings to be applied to a different balancer member.
Thanks for the information on the bugs. I really appreciate it! We
On Thu, Aug 4, 2011 at 2:14 AM, Jeff Poling wrote:
> Thanks. For whatever reason, an apachectl stop and an apachectl start
> corrected the issue- the balancer-manager now reflects the config in the
> config file
>
mod_proxy_balancer is dangerous to use when doing graceful restarts.
The state o
www.moodyministries.net
From the Word. To Life.
> -Original Message-
> From: aceror [mailto:aceror2...@yahoo.es]
> Sent: Wednesday, August 03, 2011 6:12 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Load Balancing question
>
> Check this, maybe help
>
&
Check this, maybe help
http://www.issociate.de/board/post/478439/mod_rewrite_
+_mod_proxy_trouble.html
El mié, 03-08-2011 a las 12:47 -0500, Jeff Poling escribió:
> We are using apache to load balance many of our web sites. Over the
> last few weeks, we have migrated sites to new back end serv
- Original Message -
> - Original Message -
> > This may be a stupid idea, but has anyone had any experience
> > load-balancing two Apache (2.2 in our case) servers that are running
> > mod_dav? We've searched and searched and it looks like it's just
> > something that no one at all
- Original Message -
> This may be a stupid idea, but has anyone had any experience
> load-balancing two Apache (2.2 in our case) servers that are running
> mod_dav? We've searched and searched and it looks like it's just
> something that no one at all talks about.
I've been thinking ab
On Mon, Mar 14, 2011 at 2:59 PM, aparna aryan wrote:
> Hello,
>
> Our application is running with a apache webserver and 2 instances of
> weblogic server.
>
> localhost1- weblogic
> localhost2 - weblogic
>
> Now we are trying to replace localhost2 with tomcat and do clustering.
>
> The following c
30 matches
Mail list logo