Re: svn commit: r1065748 - in /httpd/httpd/trunk: configure.in modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_balancer.c modules/proxy/proxy_util.c

2011-02-01 Thread Jim Jagielski
On Jan 31, 2011, at 4:39 PM, Jeff Trawick wrote: On Mon, Jan 31, 2011 at 3:28 PM, j...@apache.org wrote: Author: jim Date: Mon Jan 31 20:28:52 2011 New Revision: 1065748 URL: http://svn.apache.org/viewvc?rev=1065748view=rev Log: Move some nice to be able to change balancer stuff to shm

Re: [RELEASE CANDIDATE] Apache-Test-1.36 RC1

2011-02-01 Thread Jim Jagielski
+1 from me. On Feb 1, 2011, at 1:54 AM, Fred Moyer wrote: http://people.apache.org/~phred/Apache-Test-1.36-rc1.tar.gz +1 on OS X and Linux. Last release before mod_perl 2.0.5. Skip sok.t unless perlio is enabled [Torsten Foertsch] Deprecate t/TEST -times=X in favor of t/SMOKE

balancer worker status

2011-02-01 Thread Jim Jagielski
Anyone have any good ideas on the best way, GUI-wise, on how to set/reset the various worker statuses on the balancer-manager page? Right now we just Enable|Disable, but obviously we need more fine-grained control that that. Radio buttons? Checkboxes? (same with actually displaying the status as

Re: balancer worker status

2011-02-01 Thread William A. Rowe Jr.
On 2/1/2011 11:03 AM, Jim Jagielski wrote: Anyone have any good ideas on the best way, GUI-wise, on how to set/reset the various worker statuses on the balancer-manager page? Right now we just Enable|Disable, but obviously we need more fine-grained control that that. Radio buttons? Checkboxes?

Re: balancer worker status

2011-02-01 Thread Andrew Oliver
IMO look at mod_jk for this. It's interface was actually kind of nice. (not a fan otherwise just this aspect was nice) On Tue, Feb 1, 2011 at 1:32 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 2/1/2011 11:03 AM, Jim Jagielski wrote: Anyone have any good ideas on the best way,

Re: balancer worker status

2011-02-01 Thread Jim Jagielski
On Feb 1, 2011, at 1:32 PM, William A. Rowe Jr. wrote: On 2/1/2011 11:03 AM, Jim Jagielski wrote: Anyone have any good ideas on the best way, GUI-wise, on how to set/reset the various worker statuses on the balancer-manager page? Right now we just Enable|Disable, but obviously we need more

[PATCH] (Bug 50555) Added hostname field to the server-status

2011-02-01 Thread Eldar Gaynetdinov
I've added new field to the server-status. It calls 'Hostname' which show you value of 'Host:' from each request. But I don't know what others thinks about this idea. https://issues.apache.org/bugzilla/show_bug.cgi?id=50555 -- With best regards

FOSDEM

2011-02-01 Thread Jorge Schrauwen
Any httpd people coming to FOSDEM in Brussels, Belgium this weekend? If so Saterday or Sunday? I hope to go on Saterday... But need to clear something first :( Kind regards Jorge -- ~Jorge

Re: FOSDEM

2011-02-01 Thread Rainer Jung
On 01.02.2011 23:17, Jorge Schrauwen wrote: Any httpd people coming to FOSDEM in Brussels, Belgium this weekend? If so Saterday or Sunday? I hope to go on Saterday... But need to clear something first :( Currently I plan to be there Saturday and Sunday. Regards, Rainer

Re: FOSDEM

2011-02-01 Thread Dirk-WIllem van Gulik
On 1 Feb 2011, at 22:17, Jorge Schrauwen wrote: Any httpd people coming to FOSDEM in Brussels, Belgium this weekend? +1 for me. Dw

[PATCH 41743] Graceful restart with prefork mpm issue

2011-02-01 Thread Andrew Punch
Hi, I have contributed a patch to the long-standing bug 41743. A summary of the issue is that if a keep-alive connection is active then the child process never exits in certain cases (see bug for full details). The expected behaviour, the behaviour of worker and the behaviour of 1.3 is that a

Re: balancer worker status

2011-02-01 Thread Daniel Ruggeri
On 2/1/2011 1:10 PM, Jim Jagielski wrote: On Feb 1, 2011, at 1:32 PM, William A. Rowe Jr. wrote: On 2/1/2011 11:03 AM, Jim Jagielski wrote: Anyone have any good ideas on the best way, GUI-wise, on how to set/reset the various worker statuses on the balancer-manager page? Right now we just

Re: balancer worker status

2011-02-01 Thread William A. Rowe Jr.
On 2/1/2011 1:10 PM, Jim Jagielski wrote: On Feb 1, 2011, at 1:32 PM, William A. Rowe Jr. wrote: On 2/1/2011 11:03 AM, Jim Jagielski wrote: Anyone have any good ideas on the best way, GUI-wise, on how to set/reset the various worker statuses on the balancer-manager page? Right now we just

Re: FOSDEM

2011-02-01 Thread Nick Kew
On Wed, 02 Feb 2011 00:03:06 +0100 Rainer Jung rainer.j...@kippdata.de wrote: On 01.02.2011 23:17, Jorge Schrauwen wrote: Any httpd people coming to FOSDEM in Brussels, Belgium this weekend? If so Saterday or Sunday? I hope to go on Saterday... But need to clear something first :(

Re: [PATCH 41743] Graceful restart with prefork mpm issue

2011-02-01 Thread Ruediger Pluem
On 02/02/2011 12:57 AM, Andrew Punch wrote: Hi, I have contributed a patch to the long-standing bug 41743. A summary of the issue is that if a keep-alive connection is active then the child process never exits in certain cases (see bug for full details). The expected behaviour, the