Re: [users@httpd] mod_proxy_balancer, balancer_manager questions

2012-09-14 Thread Colin Murtaugh
On Thu, Sep 13, 2012 at 7:33 PM, Daniel Ruggeri wrote: > > Does it give a unique failure code? This is actually the use case that > drove me to add the failonstatus option for ProxySet. For example, some > containers return a 503 when the app is not yet initialized but the > container is up. Grant

Re: [users@httpd] mod_proxy_balancer, balancer_manager questions

2012-09-13 Thread Colin Murtaugh
On Thu, Sep 13, 2012 at 2:51 PM, Jim Jagielski wrote: > > because these settings are stored in shared memory, post config, > and changes made won't persist a restart or reboot since Apache > goes back the honoring the httpd.conf file settings. > > If you need the updates to persist, you'll need t

[users@httpd] mod_proxy_balancer, balancer_manager questions

2012-09-13 Thread Colin Murtaugh
Hi -- I'm trying to set up a pair of tomcat servers behind apache using mod_proxy_balancer. I'm using Apache 2.4.3 that I built a couple of days ago on Solaris. I see in the 2.4 docs that balancer settings can now be persistent after restarts. I assume that this refers to changes to settings ma

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-10-05 Thread Colin Murtaugh
httpd 2.1.7 this morning and witnessed the exact same problem. Heiko Am Montag, 26. September 2005 16:15 schrieb Colin Murtaugh <[EMAIL PROTECTED]> [Re: [EMAIL PROTECTED] problem with proxy balancer-manager]: On Sep 22, 2005, at 2:57 PM, Jim Jagielski wrote: Colin Mur

Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : "unknown lbmethod" error

2005-10-05 Thread Colin Murtaugh
On Sep 29, 2005, at 6:08 AM, Heiko Jansen wrote: Hi all. Got httpd 2.1.7 this morning and compiled it on my linux box (SuSE 9.3, 2.6.11.4-21.9-default, gcc 3.3.5 20050117 (prerelease)). Toying around with mod_proxy_balancer I have one problem: When trying to start the httpd I always get Syn

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-10-05 Thread Colin Murtaugh
On Sep 29, 2005, at 8:14 AM, Jim Jagielski wrote: Thanks... Looking into it now and seeing if it still happens in 2.1.8. I've just installed 2.1.8, and it still happens. - The official User-To-User support forum of the A

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-09-26 Thread Colin Murtaugh
On Sep 22, 2005, at 2:57 PM, Jim Jagielski wrote:Colin Murtaugh wrote:      BalancerMember http://servera.domain.com/proxytest retry=10  loadfactor=1     BalancerMember http://serverb.domain.com/proxytest retry=10  loadfactor=1ProxyPass /proxytest balancer://mycluster lbmethod=byrequests     SetHan

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-09-22 Thread Colin Murtaugh
On Sep 22, 2005, at 2:57 PM, Jim Jagielski wrote: Colin Murtaugh wrote: BalancerMember http://servera.domain.com/proxytest retry=10 loadfactor=1 BalancerMember http://serverb.domain.com/proxytest retry=10 loadfactor=1 ProxyPass /proxytest balancer://mycluster lbmethod

[EMAIL PROTECTED] problem with proxy balancer-manager

2005-09-22 Thread Colin Murtaugh
Hi - I'm not sure if this message should go here or the dev list, but I'll start here. I've installed apache 2.1.7 (beta) and am trying out the load balancing functionality offered by mod_proxy_balancer. I've configured a simple test server like this: BalancerMember http://servera.d