Documentation for PythonOption

2006-04-22 Thread Jim Gallacher
We are slowly acquiring a number of reserved PythonOption keywords which should likely be collected in one place so we don't end up with any name collisions. Does the PythonOption page in section 5.4.10 seem most appropriate? eg.

Re: Documentation for PythonOption

2006-04-22 Thread Graham Dumpleton
On 23/04/2006, at 6:29 AM, Jim Gallacher wrote: We are slowly acquiring a number of reserved PythonOption keywords which should likely be collected in one place so we don't end up with any name collisions. Does the PythonOption page in section 5.4.10 seem most appropriate? eg.

[jira] Work started: (MODPYTHON-154) PythonPath overriding use of Python*Handler directory.

2006-04-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-154?page=all ] Work on MODPYTHON-154 started by Graham Dumpleton PythonPath overriding use of Python*Handler directory. -- Key: MODPYTHON-154 URL:

[jira] Commented: (MODPYTHON-154) PythonPath overriding use of Python*Handler directory.

2006-04-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-154?page=comments#action_12375851 ] Graham Dumpleton commented on MODPYTHON-154: The new module importer was already always looking in Python*Handler directory when defining the handler using

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Sander Temme
On Apr 21, 2006, at 9:35 PM, Paul Querna wrote: Please test and vote on releasing httpd 2.2.2, bundling APR and APR- Util 1.2.7. Up and running on www.apache.org, running worker (as was 2.2.0) with 64 threads per child. The 72 hour window will end Monday, April 24, 23:00 Pacific Daylight

Re: Buckets and brigades

2006-04-22 Thread Ruediger Pluem
On 04/22/2006 06:54 AM, Brandon Fosdick wrote: Can I impose upon somebody to explain buckets and brigades to me? That http://www.apachetutor.org/dev/brigades Should be a good start for you. Regards Rüdiger

Re: Buckets and brigades

2006-04-22 Thread Nick Kew
On Saturday 22 April 2006 05:54, Brandon Fosdick wrote: Can I impose upon somebody to explain buckets and brigades to me? http://www.apachetutor.org/dev/brigades (though writing the book brings it home just how hopelessly inadequate that little tutorial is :-( ) That is, assuming you guys

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Steffen
Build Win32 with VC2005, up and running on www.apachelounge.com . Binary available at www.apachelounge.com/download Steffen - Original Message - From: Paul Querna [EMAIL PROTECTED] To: dev@httpd.apache.org; testers@httpd.apache.org Sent: Saturday, April 22, 2006 06:35 Subject:

Re: copyright notices

2006-04-22 Thread Jim Jagielski
Roy T. Fielding wrote: None of that, however, changes the fact that I (as an ASF officer) asked our lawyer for a legal opinion and received an answer to the effect of You are doing what? No, don't do that -- the law considers it a misrepresentation, even if it does no harm to others.

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Jim Jagielski
+1: OS X 10.4.6 (gcc 3.3 and 4.0.01), Sol8/Sparc, Suse 10.0 (perl test framework: no ssl tests, flood)

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Gustavo Lopes
OK Windows XP SP2 32bit, Visual C++ 2005 express edition and Visual C++ 6 (both from the command line). -- Gustavo Lopes

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Jorge Schrauwen
Build using vs.net 2005 pro from GUI,Working fine.

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Oden Eriksson
lördagen den 22 april 2006 06.35 skrev Paul Querna: Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 1.2.7. Works on Mandriva with unbundled apr and apr-util 1.2.7 and latest perl-framework (r396149). -- Regards // Oden Eriksson Mandriva: http://www.mandriva.com NUX:

Re: Buckets and brigades

2006-04-22 Thread Brandon Fosdick
Nick Kew wrote: http://www.apachetutor.org/dev/brigades Thanks. What book are you referring to? apr_bucket_brigade *bb; bb = apr_brigade_create(r-pool, r-connection-bucket_alloc); rc = ap_get_brigade(r-input_filters, bb, AP_MODE_READBYTES,

Re: [VOTE] 2.0.57 candidate

2006-04-22 Thread Colm MacCarthaigh
On Fri, Apr 21, 2006 at 10:31:25PM -0500, William A. Rowe, Jr. wrote: Appears to be Colm's choice of 1. nothing extra, 2. revert date changes/reroll, or 3. revert date changes (w/ any other changes he wishes), bump and reroll. That's my preference, in descending order, but support whichever

Re: Large file support in 2.0.56?

2006-04-22 Thread Brandon Fosdick
Brandon Fosdick wrote: If my theory is correct, then I think the solution is to find a way to stream data to the storage provider earlier in the request process. I don't know if that's a core issue, or just some config bits in mod_dav, or my provider, that need to be fiddled. It's odd that

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Graham Leggett
Paul Querna wrote: Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 1.2.7. Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64. +1. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

mod_proxy_fcgi and php

2006-04-22 Thread Markus Schiegl
Hi, i took some time and played with the latest mod_proxy_fcgi and PHP as Backend. It even works somehow :-) I use trunk on Solaris 10x86 and PHP 5.1.2 configured as fastcgi server. PHP has been configured with doc_root = /opt/www/html and cgi.fix_pathinfo = 0 Omitting these settings when

Re: Buckets and brigades

2006-04-22 Thread Tom Hoefakker
you pull (ap_get_brigade) from the input filters and push (ap_pass_brigade) to the output filters. So yes, at first the next in the context of input filters may seem a little backwards as you start with the last filter and pull from what you may visualize as the previous filter. Tom

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote: Paul Querna wrote: Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 1.2.7. Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64. +1. Regards, Graham -- Failure on BSD/OS 4.3.1

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Nick Kew
On Sunday 23 April 2006 00:00, The Doctor wrote: Failure on BSD/OS 4.3.1 Making all in pcre /var/www/build-1/libtool --silent --mode=compile /usr/bin/gcc [chop] -I/usr/source/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c pcre.c touch pcre.lo In file included from pcre.c:543:

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Paul Querna
The Doctor wrote: On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote: Paul Querna wrote: Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 1.2.7. Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64. +1. Regards, Graham -- Failure on BSD/OS

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 04:32:34PM -0700, Paul Querna wrote: The Doctor wrote: On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote: Paul Querna wrote: Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 1.2.7. Built as an RPM on RHEL4/i386 and

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Paul Querna
The Doctor wrote: REmoved -DDEBUG but now I get: httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module structure `access_module' in file /usr/contrib/libexec/apache/mod_access.so is garbled - perhaps this is not an Apache module DSO? This normally means you are trying to

Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 05:21:35PM -0700, Paul Querna wrote: The Doctor wrote: REmoved -DDEBUG but now I get: httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module structure `access_module' in file /usr/contrib/libexec/apache/mod_access.so is garbled - perhaps this is

Re: [VOTE] 2.0.57 candidate

2006-04-22 Thread William A. Rowe, Jr.
Colm MacCarthaigh wrote: My preference is similar, I'd prefer to ship 2.0.57 as it is now rather than either confuse the whole process by introducing another candidate. So, unless people revert their votes for release, we can release the present candidate very shortly after 2.2.2. Something