Re: Gentoo (Was: mod_python 3.2.3b available for testing)

2005-10-27 Thread Gregory (Grisha) Trubetskoy
If we don't get an resolution on this Gentoo issue - should we just go ahead and release the file anyway? Hopefully then someone will fix it before the final release? Grisha On Tue, 25 Oct 2005, Gregory (Grisha) Trubetskoy wrote: Hmmm... Looking at /usr/lib/python2.4/httplib.py,

Re: Gentoo (Was: mod_python 3.2.3b available for testing)

2005-10-27 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: If we don't get an resolution on this Gentoo issue - should we just go ahead and release the file anyway? Hopefully then someone will fix it before the final release? Since we have not received any additional information on this I think we should proceed.

Re: Gentoo (Was: mod_python 3.2.3b available for testing)

2005-10-27 Thread Gregory (Grisha) Trubetskoy
I think the proper thing to do (i forgot about the cookie and x86-64 issues) is to consider 3.2.3b as shut down by pre-release testing, so it's just going to be a version that will never be publicly released. The next step is to apply the fixes you mentioned below and roll a 3.2.4b, then

ap_get_module_config(r-per_dir_config, module) always returns N ULL...Why?

2005-10-27 Thread Gaffga, Stefan
Hi! I developed an extended version of the auth_ldap module and use it currently in Apache 1.3. Now I want to port this to Apache 2. I got everything ported except the follwing 2 problems: 1) It seems the functions ap_mm_malloc, ap_mm_strdup and ap_mm_free from ap_mm.h aren't there anymore? How

Re: ap_get_module_config(r-per_dir_config, module) always returns N ULL...Why?

2005-10-27 Thread Nick Kew
On Thursday 27 October 2005 09:32, Gaffga, Stefan wrote: Hi! I developed an extended version of the auth_ldap module and use it currently in Apache 1.3. Now I want to port this to Apache 2. I got everything ported except the follwing 2 problems: For future reference, you'd be more on-topic

Re: svn commit: r327945 - in /httpd/httpd/trunk: CHANGES modules/http/http_core.c modules/http/http_request.c server/mpm/experimental/event/event.c

2005-10-27 Thread Brian Pane
On Oct 25, 2005, at 2:33 AM, Joe Orton wrote: On Mon, Oct 24, 2005 at 03:33:17AM -, Brian Pane wrote: Author: brianp Date: Sun Oct 23 20:33:14 2005 New Revision: 327945 URL: http://svn.apache.org/viewcvs?rev=327945view=rev Log: Async write completion for Event MPM (backported from

Bucket brigades and large files

2005-10-27 Thread Brandon Fosdick
I'm still working on mod_dav_userdir, so naturally I have more questions. Its passing most of the tests in litmus, with the only exceptions being some locking stuff that neither windows nor osx seem to care about. Now I'm testing other stuff, namely large file uploading. I have two large files

Re: Bucket brigades and large files

2005-10-27 Thread Paul Querna
BTW2, if anyone cares I can make the source for mod_dav_userdir available. It's BSD, but I haven't gotten around to posting it yet. Posting Code would help us with the problems and be able to reproduce them here too.

Re: Bucket brigades and large files

2005-10-27 Thread Paul Querna
Brandon Fosdick wrote: I'm still working on mod_dav_userdir, so naturally I have more questions. Its passing most of the tests in litmus, with the only exceptions being some locking stuff that neither windows nor osx seem to care about. Now I'm testing other stuff, namely large file