Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Joe Orton
On Fri, Oct 09, 2009 at 09:41:32PM -, Graham Leggett wrote: --- httpd/httpd/trunk/modules/dav/main/mod_dav.h (original) +++ httpd/httpd/trunk/modules/dav/main/mod_dav.h Fri Oct 9 21:41:31 2009 @@ -1940,6 +1940,12 @@ ** then this field may be used. In most cases, it will just be NULL.

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Joe Orton
On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: On 10/09/2009 11:41 PM, minf...@apache.org wrote: == --- httpd/httpd/trunk/modules/dav/fs/repos.c (original) +++

Re: mod_fcgid POST broken if FcgiAuthorizer is run

2009-10-12 Thread Barry Scott
Jeff Trawick wrote: Variation number three: As with your patch, it remembers to add the eos bucket to the brigade of data sent to the app. As with my earlier patch, it doesn't send the trailing FCGI_STDIN record. In the spec (http://www.fastcgi.com/devkit/doc/fcgi-spec.html#S6.3), there's no

Re: mod_fcgid POST broken if FcgiAuthorizer is run

2009-10-12 Thread Barry Scott
Jeff Trawick wrote: On Fri, Oct 9, 2009 at 3:30 PM, Jeff Trawick traw...@gmail.com wrote: ... Silly me. Chris's patch at http://people.apache.org/~chrisd/patches/mod_fcgid_auth/mod_fcgid-1auth-trunk.patch handles this, and it does send a trailing FCGI_STDIN record to an authorizer.

Re: mod_fcgid POST broken if FcgiAuthorizer is run

2009-10-12 Thread Barry Scott
Jeff Trawick wrote: On Fri, Oct 9, 2009 at 1:26 PM, Barry Scott barry.sc...@onelan.co.uk wrote: One test that needs doing is to have a Responder and an Authorizer running for the same request. I'll see if I can do that test for you next week with the pieces I have. Chris Darroch has

Re: mod_fcgid POST broken if FcgiAuthorizer is run

2009-10-12 Thread Jeff Trawick
On Mon, Oct 12, 2009 at 5:51 AM, Barry Scott barry.sc...@onelan.co.uk wrote: Jeff Trawick wrote: On Fri, Oct 9, 2009 at 3:30 PM, Jeff Trawick traw...@gmail.com wrote: ... Silly me.  Chris's patch at http://people.apache.org/~chrisd/patches/mod_fcgid_auth/mod_fcgid-1auth-trunk.patch

Re: problem with build on AIX 6.1

2009-10-12 Thread Niklas Edmundsson
On Wed, 7 Oct 2009, Michael Felt wrote: Would you care to comment on a preference for CC definition when using XL compilers. I am leaning towards xlc. I've had a long standing problem with CC=xlc optimizing away some crucial part of the accept-loop in httpd, so it wouldn't process

Re: problem with build on AIX 6.1

2009-10-12 Thread Michael Felt
You mean it would not accept any connections, or just some? On Mon, Oct 12, 2009 at 2:00 PM, Niklas Edmundsson ni...@acc.umu.se wrote: On Wed, 7 Oct 2009, Michael Felt wrote: Would you care to comment on a preference for CC definition when using XL compilers. I am leaning towards xlc.

Re: Making a binary distribution package... for AIX

2009-10-12 Thread Michael Felt
I just ran the build/binbuild.sh script - unchanged. Never had it respond with a LIBPATH like this before. In any case, without expat installed the build/binbuild.sh script failed - cannot find expat. For the next test I downloaded, compiled, and make installed expat to /usr/local (actually

Re: svn commit: r823794 - in /httpd/httpd/trunk: CHANGES server/mpm/config.m4

2009-10-12 Thread Jeff Trawick
On Sat, Oct 10, 2009 at 1:32 AM, taka...@apache.org wrote: Author: takashi Date: Sat Oct 10 05:32:37 2009 New Revision: 823794 URL: http://svn.apache.org/viewvc?rev=823794view=rev Log: configure: Fix THREADED_MPMS so that mod_cgid is enabled again for worker MPM. Modified:    

Re: Making a binary distribution package... for AIX

2009-10-12 Thread Michael Felt
OK. It is probably something really really simple - but as I am trying to be guided by what is already there I am trying to do a build using paramters similar to the build/binbuild.sh. /configure --enable-layout=Apache --enable-mods-shared=most --enable-modules=most --enable-static-support

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-10-12 Thread Jeff Trawick
On Sun, Oct 11, 2009 at 6:16 AM, Marcus Merz mm...@gmx.de wrote: Is this issue solved in 2.3.4? no

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 10, 2009, at 4:04 AM, Ruediger Pluem wrote: On 10/09/2009 11:41 PM, minf...@apache.org wrote: Author: minfrin Date: Fri Oct 9 21:41:31 2009 New Revision: 823703 URL: http://svn.apache.org/viewvc?rev=823703view=rev Log: mod_dav: Provide a mechanism to obtain the request_rec and

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: On 10/09/2009 11:41 PM, minf...@apache.org wrote: = = = = = = = = = = ---

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 12, 2009, at 3:57 AM, Joe Orton wrote: On Fri, Oct 09, 2009 at 09:41:32PM -, Graham Leggett wrote: --- httpd/httpd/trunk/modules/dav/main/mod_dav.h (original) +++ httpd/httpd/trunk/modules/dav/main/mod_dav.h Fri Oct 9 21:41:31 2009 @@ -1940,6 +1940,12 @@ ** then this field

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Ruediger Pluem
On 10/12/2009 10:17 PM, Brian J. France wrote: On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: On 10/09/2009 11:41 PM, minf...@apache.org wrote: = = = = = = = = = =

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Joe Orton
On Mon, Oct 12, 2009 at 04:23:59PM -0400, Brian J. France wrote: On Oct 12, 2009, at 3:57 AM, Joe Orton wrote: On Fri, Oct 09, 2009 at 09:41:32PM -, Graham Leggett wrote: --- httpd/httpd/trunk/modules/dav/main/mod_dav.h (original) +++ httpd/httpd/trunk/modules/dav/main/mod_dav.h Fri Oct 9

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Joe Orton
On Mon, Oct 12, 2009 at 04:17:00PM -0400, Brian J. France wrote: On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: This creates the following warning: repos.c:1827: warning: initialization from incompatible pointer type Plus the

Re: mod_fcgid: Problem serving binary content with Apache 2.2.13 - PHP 5.2.9

2009-10-12 Thread Jeff Trawick
On Mon, Oct 12, 2009 at 4:14 PM, Jeff Trawick traw...@gmail.com wrote: On Sun, Oct 11, 2009 at 6:16 AM, Marcus Merz mm...@gmx.de wrote: Is this issue solved in 2.3.4? no BTW, I'm sorry I haven't followed up to your last couple of posts. I should be honest with you: All that Plesk-generated

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 12, 2009, at 4:38 PM, Joe Orton wrote: On Mon, Oct 12, 2009 at 04:23:59PM -0400, Brian J. France wrote: On Oct 12, 2009, at 3:57 AM, Joe Orton wrote: On Fri, Oct 09, 2009 at 09:41:32PM -, Graham Leggett wrote: --- httpd/httpd/trunk/modules/dav/main/mod_dav.h (original) +++

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 12, 2009, at 4:39 PM, Joe Orton wrote: On Mon, Oct 12, 2009 at 04:17:00PM -0400, Brian J. France wrote: On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: This creates the following warning: repos.c:1827: warning:

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-12 Thread Brian J. France
On Oct 12, 2009, at 5:15 PM, Brian J. France wrote: On Oct 12, 2009, at 4:39 PM, Joe Orton wrote: On Mon, Oct 12, 2009 at 04:17:00PM -0400, Brian J. France wrote: On Oct 12, 2009, at 3:58 AM, Joe Orton wrote: On Sat, Oct 10, 2009 at 10:04:57AM +0200, Ruediger Pluem wrote: This creates