[STATUS] (httpd-2.1) Wed Nov 23 23:50:48 2005

2005-11-23 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2005-11-13 02:22:18 -0500 (Sun, 13 Nov 2005) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained se

[STATUS] (httpd-2.0) Wed Nov 23 23:49:30 2005

2005-11-23 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-11-21 15:22:22 -0500 (Mon, 21 Nov 2005) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is main

Re: Determining incoming URL scheme from a module

2005-11-23 Thread Shankar Unni
Ruediger Pluem wrote: How about ap_http_scheme(r)? Bingo. Thanks! (At least, this works for 2.0; haven't been able to look at an SSL-enabled 1.3 yet..)

Re: 2.1.10-worker core dumps on minotaur

2005-11-23 Thread Philip M. Gollucci
Joshua Slive wrote: Are all the debuggable crashes like this? (The crash is due to malloc() failing in case that's not clear) At the time I sent it, that was the only non-truncated core. We now have several more, and they all look about the same. Interestingly, the core files are all almo

Re: httpd-2.1.7 Connection-pooling Problem w/ ReverseProxy, Loadbalancer

2005-11-23 Thread Jim Jagielski
Ruediger Pluem wrote: > > > > On 11/23/2005 06:11 PM, Jim Jagielski wrote: > > It seems to me that is_address_reusable should be > > assumed to be 0 if either > > > > (r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE) > > > > As mentioned, we go ahead and force close the so

Re: Need for a Release Candidate status

2005-11-23 Thread William A. Rowe, Jr.
I guess I wasn't all that clear from a short IRC conversation about this... I propose testers@ to be a very narrow intersection of dev@ and [EMAIL PROTECTED] the sort of place where "XXX doesn't work" isn't answered with RTFM, or "that's a users@ questions", but with a question like "this worked

Re: Determining incoming URL scheme from a module

2005-11-23 Thread Ruediger Pluem
How about ap_http_scheme(r)? Regards RĂ¼diger On 11/22/2005 11:51 PM, Shankar Unni wrote: > bump? > > Shankar Unni wrote: > >> We have a module that records web analytic information (among other >> things), and needs to reconstruct the exact URL that the request came >> in on. (We support 1.3

Re: httpd-2.1.7 Connection-pooling Problem w/ ReverseProxy, Loadbalancer

2005-11-23 Thread Ruediger Pluem
On 11/23/2005 06:11 PM, Jim Jagielski wrote: > It seems to me that is_address_reusable should be > assumed to be 0 if either > > (r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE) > > As mentioned, we go ahead and force close the socket Does anybody remember why we close th

Re: mod_dav and EBCDIC

2005-11-23 Thread William A. Rowe, Jr.
Joe Orton wrote: On Sun, Nov 20, 2005 at 09:53:50AM -0500, Jeff Trawick wrote: On input path, ap_xml_parse_input() handles converting xml to native charset (at least in 2.2). On output, there is no provision for converting xml in responses. Yes there is, it's the explicit or implicit charset

Re: Need for a Release Candidate status

2005-11-23 Thread William A. Rowe, Jr.
Wayne S. Anderson wrote: Ok... so lets say we stop pushing the RC idea for now. What about clearer marking of "beta" or interim branch releases? Perhaps better advertising, as well, of testers@ as it's own 'community' of those living on the bleeding edge? Something similar perhaps to the way

Re: mod_proxy error, segmentation fault

2005-11-23 Thread Joe Orton
On Mon, Nov 21, 2005 at 06:24:15PM +0100, Christophe Yayon wrote: > Ji all, > > I am trying to configure a apache 2.1.9-beta reverse proxy with mod_proxy > (or mod_rewrite [P]) and i encounter a strange problem, i think it is a > bug... > > I encounter the problem when i do load tests with 10 sim

Re: httpd-2.1.7 Connection-pooling Problem w/ ReverseProxy, Loadbalancer

2005-11-23 Thread Jim Jagielski
It seems to me that is_address_reusable should be assumed to be 0 if either (r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE) As mentioned, we go ahead and force close the socket anyway, the problem is that conn->hostname still points to the wrong element. So: if (r->pr

Re: [VOTE] 2.1.10 as GA

2005-11-23 Thread Joe Orton
On Sat, Nov 19, 2005 at 05:17:42PM -0800, Paul Querna wrote: > Tarballs available from: > > http://people.apache.org/~pquerna/dev/httpd-2.1.10/ > > Please test and vote on releasing 2.1.10 as STABLE/General Availability. +1 for GA from manual testing and httpd-test passes on: RHEL4/i686 FC3/i68

Re: 2.1.10-worker core dumps on minotaur

2005-11-23 Thread Joshua Slive
Paul Querna wrote: Joshua Slive wrote: Interestingly, the core files are all almost exactly the same size (538 MB) which, along with the malloc failure, points strongly to hitting a resource limit someplace. Any freebsd gurus want to comment? FreeBSD has a default memory resource limit of 5

Re: 2.1.10-worker core dumps on minotaur

2005-11-23 Thread Paul Querna
Joshua Slive wrote: > > > Joe Orton wrote: >> On Tue, Nov 22, 2005 at 03:11:40PM -0500, Joshua Slive wrote: >>> Ahhh... Good idea. I had just assumed based on the size of the dump >>> that it had to be the threaded server. But obviously svn requests >>> are sometimes memory hungry as well. I'v

Re: mod_dav and EBCDIC

2005-11-23 Thread Joe Orton
On Wed, Nov 23, 2005 at 09:37:04AM -0500, Jeff Trawick wrote: > On 11/23/05, Joe Orton <[EMAIL PROTECTED]> wrote: > > On Sun, Nov 20, 2005 at 09:53:50AM -0500, Jeff Trawick wrote: > > > On input path, ap_xml_parse_input() handles converting xml to native > > > charset (at least in 2.2). On output,

Re: perl-framework + apache 2.1.9 + openssl-0.9.8a

2005-11-23 Thread Oden Eriksson
onsdagen den 23 november 2005 15.17 skrev Joe Orton: > On Sun, Nov 20, 2005 at 04:43:57PM +0100, Oden Eriksson wrote: > > Not so long ago I started packaging apache 2.1.x (rpm) and also run the > > perl-framework tests at build time in Mandriva Cooker (development branch > > of Mandriva Linux). Eve

Re: mod_dav and EBCDIC

2005-11-23 Thread Jeff Trawick
On 11/23/05, Joe Orton <[EMAIL PROTECTED]> wrote: > On Sun, Nov 20, 2005 at 09:53:50AM -0500, Jeff Trawick wrote: > > On input path, ap_xml_parse_input() handles converting xml to native > > charset (at least in 2.2). On output, there is no provision for > > converting xml in responses. > > OK, po

Re: 2.1.10-worker core dumps on minotaur

2005-11-23 Thread Joshua Slive
Joe Orton wrote: On Tue, Nov 22, 2005 at 03:11:40PM -0500, Joshua Slive wrote: Ahhh... Good idea. I had just assumed based on the size of the dump that it had to be the threaded server. But obviously svn requests are sometimes memory hungry as well. I've appended the backtrace bellow (whi

Re: perl-framework + apache 2.1.9 + openssl-0.9.8a

2005-11-23 Thread Joe Orton
On Sun, Nov 20, 2005 at 04:43:57PM +0100, Oden Eriksson wrote: > Not so long ago I started packaging apache 2.1.x (rpm) and also run the > perl-framework tests at build time in Mandriva Cooker (development branch of > Mandriva Linux). Ever since I updated openssl-0.9.7i -> openssl-0.9.8a some >

How to determine if a graceful restart is initiated from within a module

2005-11-23 Thread Kiran Mendonce
Hi, I'd like to know how a module can determine if a graceful restart has been issued. I tried using the ap_mpm_query() and the ap_graceful_stop_signalled() APIs but I have'nt really been able to get what I want. ap_mpm_query() always returns 0 on graceful/restart/stop conditions and ap_grace

Re: mod_dav and EBCDIC

2005-11-23 Thread Joe Orton
On Sun, Nov 20, 2005 at 09:53:50AM -0500, Jeff Trawick wrote: > On input path, ap_xml_parse_input() handles converting xml to native > charset (at least in 2.2). On output, there is no provision for > converting xml in responses. OK, pop quiz: how is a Unicode XML document getting converted into

Re: 2.1.10-worker core dumps on minotaur

2005-11-23 Thread Joe Orton
On Tue, Nov 22, 2005 at 03:11:40PM -0500, Joshua Slive wrote: > Ahhh... Good idea. I had just assumed based on the size of the dump > that it had to be the threaded server. But obviously svn requests are > sometimes memory hungry as well. I've appended the backtrace bellow > (which is easy to

Re: SSL enabled -> nokeepalive in MSIE for non-SSL connections

2005-11-23 Thread Joe Orton
On Tue, Nov 22, 2005 at 02:55:29PM +0100, [EMAIL PROTECTED] wrote: > Here is a more complete description of the problem, aligned with my latest > tests. > > As the situation is very fuzzy, do not hesitate to answer if you found > additional info. > > General Apache configuration to reproduce th