I have a reverse proxy set up in front of some RESTful web services.
I'm using mod_proxy_balancer, not to actually balance load, but to
provide for failover. The config for a given service looks like this:
BalancerMember http://host1:8080/service
BalancerMember http://host2:8080/service
Hi,
We've recently set up a RESTful web service to be clustered by httpd
2.2 with mod_proxy_balancer.
In our testing, we're seeing that sometimes requests still seem to be
served by a node even after it's set to "disabled" using the Balancer
Manager.
Can anyone give any advice or suggestions on
Hi,
I have a question.
Is it possible for apache proxy balancer to execute "disable-app" ?
"disable-app" means that,
apache should not create new session for this webapp, but still
continue serving existing session on this node.
I can set load factor from 1 to 100 in httpd.conf.
But I cannot se
Hi,
When using mod_proxy_balancer, is it possible to configure the way it checks
the status of the member servers in its cluster?
I have come across a scenario where the back end server is running, and accepts
requests but doesn't send responses. This gives the impression it is up, but in
actua
Hi all,
I have a cluster of Apache instances that are acting as load balancers
via mod_proxy_balancer. I would like to configure each one of the
Apache instances dynamically from a single location - add and remove
members, enable or disable them, etc.
Is there any documentation on how to interac
Hi all,
is it possible to configure mod_proxy_balancer in order to discover backend
server automatically like bea proxy plugin. That means I provide a list of
backend servers and apache assigns the server to the route ids by itself using
incoming JSESSIONID.
Regards
Mavi
Hi,
we are using Apache 2.2 as a Proxy and mod-proxy_balancer for load
balancing.
We want share the load between two tomcats. One Tomcat for users 'a-l'
and another tomcat for users 'm-z' (That's for optimize caching). If one
tomcat is not available, the other should take the load. So our
htt
Hi,
we want to use mod_proxy_balancer to load balance a J2EE
application server. So stickysession is set to JSESSIONID.
First I had:
BalancerMember http://host1
BalancerMember http://host2
BalancerMember http://host3
ProxySet stickysession=JSESSION
Has anyone seen mod_proxy_balancer (in 2.2.11 with mod_proxy_ajp)
becoming unbalanced in usage?
In testing we've seen it balance fine for a minutes/hours and then
seemingly forget about one of the workers -- sending all session-less
requests to another worker (we only have 2 live workers and m
Hi all
[ Apache 2.2, event MPM, FreeBSD 6.2 ]
I have two vhosts using mod_proxy_balancer to provide hot standby
replicas for our service, each in a different data centre, allowing us
to completely lose one data centre and still provide a service to our
customers.
Each balancer cluster is configur
Hi guys!
Everytime I load mod_proxy_balancer
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
the svchost.exe process goes to 100% of CPU usage...and remaining always at
100%...
Why??
Thanks!
Hi everyone!
I'd like to know if anyone succeeded in declaring own loadbalancer methods. I'm
not able to find the error since I adapted the major part from the original.
My error is:
ProxySet: unknown lbmethod lbmethod=byfoobar
I changed the mod_proxy_balancer.c three times, as required:
I ad
Hello All!
Please help me with the following:
I have a server running Gentoo with apache 2.2.11 installed, which is used
as a loadbalancer.
I see that it works really slow.. In the error log I see many debug
messages. These appear from time to time and if I try to enter the site when
these messag
13 matches
Mail list logo