Re: functions registered for hooks - do they run in same process/thread?

2005-10-31 Thread Peter Djalaliev
Hello,Thanks for the reply. Do you know how mod_ssl works? It registers its function for a number of hooks from the request preocessing sequence, but when these functions are called, would this be only a library call inside the same thread/process or is the request record passed to another

Re: mod_python 3.2.4b available for testing

2005-10-31 Thread Ron Reisor
Looks good! +1 MacOSX 10.4.2 gcc-4.0.0 (apple) Python-2.4.2 Apache-2.0.55 cheers, Ron Ron Reisor [EMAIL PROTECTED] (RWR3) University of Delaware Information Technologies/Network and Systems Services Computing Center/192 South Chapel Street/Newark DE, 19716 pgp finger print: 0D 73 06 6F D3

Re: [vote] 2.1.9 as beta

2005-10-31 Thread Jim Jagielski
There is a semi-known issue with the balancer code which mistakenly does a case-insensitive match on worker and URL. I have a patch that will be applied today. Not a show-stopper, IMO, but something that will need to be fixed :) On Oct 30, 2005, at 12:09 AM, Paul Querna wrote: 2.1.9-Beta is

[PATCH] IPv6: strip zone-id from hostname

2005-10-31 Thread Eric Covener
The Solaris 10 man page for getnameinfo() states: The function can also return the IPv6 zone-id in the form: address%zone-id If httpd receives a connection on a link-local (perhaps site-local?) IPv6 socket, apr_getnameinfo()/ap_get_remote_host() can/will return something like the

Re: [PATCH] IPv6: strip zone-id from hostname

2005-10-31 Thread Colm MacCarthaigh
On Mon, Oct 31, 2005 at 04:23:49PM -0500, Eric Covener wrote: If httpd receives a connection on a link-local (perhaps site-local?) Only link-local, site-local won't matter (as is decrecated in unicast at least). IPv6 socket, apr_getnameinfo()/ap_get_remote_host() can/will return something

Re: svn commit: r329849 - in /httpd/httpd/trunk: CHANGES modules/proxy/proxy_util.c

2005-10-31 Thread Ruediger Pluem
On 10/31/2005 05:31 PM, [EMAIL PROTECTED] wrote: Author: jim Date: Mon Oct 31 08:31:29 2005 New Revision: 329849 URL: http://svn.apache.org/viewcvs?rev=329849view=rev Log: Fix a problem where we are doing a case insensitive match between the worker and the URL. Instead, only the scheme

CVE-2005-2970 fixed in httpd 2.0.55

2005-10-31 Thread Ruediger Pluem
Hi, I just noticed that it was missed to mention that CVE-2005-2970 has been fixed with httpd 2.0.55 (See the following entry from 2.0.55 Changelog: *) worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames] ) The entry is