Bug report for Apache httpd-1.3 [2009/08/23]

2009-08-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Detecting when KeepAlive connection timeouts (retrieving the browser fd)

2009-08-24 Thread Sorin Manolache
On Mon, Aug 24, 2009 at 00:08, Alexander Farberalexander.far...@gmail.com wrote: Hello, I have a multiplayer game with Flash clients: 1) The Flash client sends HTTP requests to the Apache module, 2) then the module write()s it over a Unix pipe to the game daemon, 3) then the Apache module

Re: Apache HTTP Server development

2009-08-24 Thread Akins, Brian
Patches welcome. On 8/23/09 11:58 PM, tim robertson tim...@email.com wrote: . Events will help Apache server handle lots of concurrent connections because currently Apache cannot handle 10,000 concurrent connections on a low end single core server without Apache crashing or running very

Re: Apache HTTP Server development

2009-08-24 Thread Jorge Schrauwen
Speaking of fastCGI, wasn't a fastCGI module donated to the incubator? Maybe it's time to look more into it if people aren't already. ~Jorge On Mon, Aug 24, 2009 at 8:24 PM, Akins, Brianbrian.ak...@turner.com wrote: On 8/24/09 1:58 PM, Paul Querna p...@querna.org wrote: They then switch to

Re: svn commit: r806010 - in /httpd/httpd/trunk: include/ap_listen.h server/listen.c

2009-08-24 Thread Ruediger Pluem
On 08/20/2009 01:55 AM, n...@apache.org wrote: Author: niq Date: Wed Aug 19 23:55:14 2009 New Revision: 806010 URL: http://svn.apache.org/viewvc?rev=806010view=rev Log: Don't require all listeners to be created equal ... Modified: httpd/httpd/trunk/include/ap_listen.h

Re: svn commit: r806692 - in /httpd/httpd/trunk/modules/database: mod_dbd.c mod_dbd.h

2009-08-24 Thread Ruediger Pluem
On 08/21/2009 09:40 PM, n...@apache.org wrote: Author: niq Date: Fri Aug 21 19:40:17 2009 New Revision: 806692 URL: http://svn.apache.org/viewvc?rev=806692view=rev Log: Switch mod_dbd to using APR_STATUS_IS_foo macros in error handling Modified:

Re: Apache HTTP Server development

2009-08-24 Thread Ruediger Pluem
On 08/24/2009 09:13 PM, Jorge Schrauwen wrote: Speaking of fastCGI, wasn't a fastCGI module donated to the incubator? Maybe it's time to look more into it if people aren't already. ~Jorge Besides the existing proxy module in trunk, the donation of mod_fcgid is already there:

Re: Apache HTTP Server development

2009-08-24 Thread William A. Rowe, Jr.
Ruediger Pluem wrote: On 08/24/2009 09:13 PM, Jorge Schrauwen wrote: Speaking of fastCGI, wasn't a fastCGI module donated to the incubator? Maybe it's time to look more into it if people aren't already. ~Jorge Besides the existing proxy module in trunk, the donation of mod_fcgid is

Re: svn commit: r807015 - in /httpd/httpd/trunk: CHANGES modules/http/http_request.c

2009-08-24 Thread Joe Orton
On Sun, Aug 23, 2009 at 08:30:47PM -, n...@apache.org wrote: Author: niq Date: Sun Aug 23 20:30:47 2009 New Revision: 807015 URL: http://svn.apache.org/viewvc?rev=807015view=rev Log: Preserve port over internal redirection PR#35999 A four-year-old buglet! Please, please, please, can

Re: Apache HTTP Server development

2009-08-24 Thread Jeff Trawick
On Mon, Aug 24, 2009 at 4:11 PM, William A. Rowe, Jr. wr...@rowe-clan.netwrote: Ruediger Pluem wrote: On 08/24/2009 09:13 PM, Jorge Schrauwen wrote: Speaking of fastCGI, wasn't a fastCGI module donated to the incubator? Maybe it's time to look more into it if people aren't already.

Re: svn commit: r807368 - /httpd/mod_fcgid/trunk/mod_fcgid/CHANGES

2009-08-24 Thread Ruediger Pluem
On 08/24/2009 10:35 PM, wr...@apache.org wrote: Author: wrowe Date: Mon Aug 24 20:35:09 2009 New Revision: 807368 URL: http://svn.apache.org/viewvc?rev=807368view=rev Log: Note changes Modified: httpd/mod_fcgid/trunk/mod_fcgid/CHANGES Modified:

Re: svn commit: r806010 - in /httpd/httpd/trunk: include/ap_listen.h server/listen.c

2009-08-24 Thread Nick Kew
On 20 Aug 2009, at 21:07, Ruediger Pluem wrote: On 08/20/2009 01:55 AM, n...@apache.org wrote: Author: niq Date: Wed Aug 19 23:55:14 2009 New Revision: 806010 URL: http://svn.apache.org/viewvc?rev=806010view=rev Log: Don't require all listeners to be created equal ... Modified:

Re: svn commit: r806692 - in /httpd/httpd/trunk/modules/database: mod_dbd.c mod_dbd.h

2009-08-24 Thread Nick Kew
On 22 Aug 2009, at 06:00, Ruediger Pluem wrote: APR_DECLARE_EXTERNAL_HOOK(dbd, DBD, apr_status_t, post_connect, - (apr_pool_t *, dbd_cfg_t *, ap_dbd_t *)); + (apr_pool_t *, dbd_cfg_t *, ap_dbd_t *)) Why this one? Oh, er, just shutting up a