PR42829: graceful restart with multiple listeners using prefork MPM can result in hung processes

2008-01-04 Thread Stefan Fritsch
Hi, this bug can be quite annoying because of the resources used by the hung processes. It happens e.g. under Linux when epoll is used. The patch from http://issues.apache.org/bugzilla/show_bug.cgi?id=42829#c14 has been in Debian unstable/Ubuntu hardy for several weeks and there have not been

httpd trunk - How to get info that ap_requires used to return

2008-01-04 Thread Rolf Banting
Folks, I want to build mod_perl 2 against httpd trunk but I've encountered a few road-blocks. The one that has held me up recently is to do with the removal of ap_requires from the httpd source sometime since httpd 2.2.6. The mod_perl test suite includes several tests that rely on ap_requires to

Re: httpd trunk - How to get info that ap_requires used to return

2008-01-04 Thread Brad Nicholes
On 1/4/2008 at 10:12 AM, in message [EMAIL PROTECTED], Rolf Banting [EMAIL PROTECTED] wrote: Folks, I want to build mod_perl 2 against httpd trunk but I've encountered a few road-blocks. The one that has held me up recently is to do with the removal of ap_requires from the httpd source

Re: httpd trunk - How to get info that ap_requires used to return

2008-01-04 Thread William A. Rowe, Jr.
Brad Nicholes wrote: Since I don't know how the perl test suite works, I couldn't really tell you how the suite must be rearchitected to fit the new model. I vaguely remember having this discussion with somebody a year or more ago. You might want to check the list archive. Other than that,

Re: Transcoding module for libxml2-based filters

2008-01-04 Thread Joachim Zobel
Am Dienstag, den 25.12.2007, 22:54 + schrieb Nick Kew: As developer or co-developer of several libxml2-based filter modules, ... Hey, I thought you were on the expat side :) The basic features are: 1. Sniff charset of incoming data, from (in order): (a) HTTP headers, if

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Justin Erenkrantz
On Jan 4, 2008 12:00 PM, Jim Jagielski [EMAIL PROTECTED] wrote: http://httpd.apache.org/dev/dist/ +1 for 2.2.7. Tested on Mac OS 10.5.1 (aka 9.1.0) with APR/APR-util 1.2.12. Some caveats though on Mac OS - I have a hunch they are more about the test suite than anything else. Configure

Re: Transcoding module for libxml2-based filters

2008-01-04 Thread Nick Kew
On Fri, 04 Jan 2008 22:47:16 +0100 Joachim Zobel [EMAIL PROTECTED] wrote: Am Dienstag, den 25.12.2007, 22:54 + schrieb Nick Kew: As developer or co-developer of several libxml2-based filter modules, ... Hey, I thought you were on the expat side :) Just mod_xmlns. All my other SAX

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread William A. Rowe, Jr.
Jorge Schrauwen wrote: I'm getting a whole lot of errors with vs 2008 and 2005 on windows: Apr seems to be to blame: --- Error 1 error C2079: 'mip' uses undefined struct 'group_source_req' s:\source\x86\httpd-2.2\srclib\apr\network_io\unix\multicast.c 140 apr Next time, try

Re: Transcoding module for libxml2-based filters

2008-01-04 Thread Joachim Zobel
Am Freitag, den 04.01.2008, 22:06 + schrieb Nick Kew: This means two different filter functions, right? No, one function, with its behaviour determined by its ctx. Sure? IMHO two functions that call the same infrastructure function might be clearer. But YMMV, I am an enemy of state.

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Jorge Schrauwen
I'm getting a whole lot of errors with vs 2008 and 2005 on windows: Apr seems to be to blame: --- Error 1 error C2079: 'mip' uses undefined struct 'group_source_req' s:\source\x86\httpd-2.2\srclib\apr\network_io\unix\multicast.c 140 apr Error 2 error C2224: left of

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Brad Nicholes
On 1/4/2008 at 1:00 PM, in message [EMAIL PROTECTED], Jim Jagielski [EMAIL PROTECTED] wrote: Apache HTTP Server fans, The latest versions of all 3 variants of Apache HTTP Server (1.3.40, 2.0.62 and 2.2.7) have been tagged. The test tarballs are available for testing and feedback at the

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Jorge Schrauwen
Phew whit some help I got it all sorted out. Everything seems to be running and functioning at first sight. Atleast my config because I couln't get the test framework to run. Although compiling from a converted source was a pain +1 on this if the final win32-src.zip compiles file after

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Nick Kew
On Fri, 4 Jan 2008 15:00:46 -0500 Jim Jagielski [EMAIL PROTECTED] wrote: Apache HTTP Server fans, The latest versions of all 3 variants of Apache HTTP Server (1.3.40, 2.0.62 and 2.2.7) have been tagged. Regression: fails to proxy massively chunked responses. I've just run it on a matrix of

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread Nick Kew
On Sat, 5 Jan 2008 00:07:42 + Nick Kew [EMAIL PROTECTED] wrote: Regression: fails to proxy massively chunked responses. OK, it works correctly if I revert r602679 (no other changes). Investigating further. -- Nick Kew Application Development with Apache - the Apache Modules Book

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread The Doctor
On Fri, Jan 04, 2008 at 03:00:46PM -0500, Jim Jagielski wrote: Apache HTTP Server fans, The latest versions of all 3 variants of Apache HTTP Server (1.3.40, 2.0.62 and 2.2.7) have been tagged. The test tarballs are available for testing and feedback at the below location. Everyone is

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread William A. Rowe, Jr.
The Doctor wrote: libsslc ??? What the heck? libsslc.a is a proprietary code which very few OSes uses. Yup - and those that do, httpd will pick up --with-sslc. Your config.log might be revealing.

Re: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 available

2008-01-04 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: The Doctor wrote: libsslc ??? What the heck? libsslc.a is a proprietary code which very few OSes uses. Yup - and those that do, httpd will pick up --with-sslc. Your config.log might be revealing. Don't bother with your config.log; $ap_ssltk_type of openssl