[us...@httpd] mod_proxy_balancer hot standby with non-GET methods

2010-11-05 Thread Mark J. Reed
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

[us...@httpd] mod_proxy_balancer: requests still sent to disabled node?

2010-06-30 Thread Avi Flax
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

[us...@httpd] mod_proxy_balancer disable-app

2010-05-25 Thread FUNASAKI KENJI
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

[us...@httpd] mod_proxy_balancer back end status check

2010-03-08 Thread Edward Quick
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

[us...@httpd] mod_proxy_balancer and balancer_manager - Programmatic access?

2010-02-01 Thread Les Hazlewood
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

[us...@httpd] Mod_proxy_balancer: Autodiscovering backend server

2009-10-07 Thread Mavi Sakal
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

[us...@httpd] mod_proxy_balancer

2009-08-27 Thread Peter Buning
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

[us...@httpd] mod_proxy_balancer and stickysession

2009-05-12 Thread gm
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

[us...@httpd] mod_proxy_balancer unbalancing?

2009-04-10 Thread Jess Holle
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

[us...@httpd] mod_proxy_balancer re-orders my backend servers

2009-04-02 Thread Tom Evans
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

[us...@httpd] mod_proxy_balancer and svchost.exe

2009-03-11 Thread Andrew Hole
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!

[us...@httpd] mod_proxy_balancer: additional lbmethods

2009-02-26 Thread florian schröder
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

[us...@httpd] mod_proxy_balancer works slowly (many proxy_util.c(1820): proxy: worker http://XXX already initialized messages)

2009-02-06 Thread Романов Олег
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