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 the
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: initializat
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)
+++ httpd/h
On Mon, Oct 12, 2009 at 4:14 PM, Jeff Trawick wrote:
> On Sun, Oct 11, 2009 at 6:16 AM, Marcus Merz 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 config and/or
attempts to
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
>>
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 Fr
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:
=
=
=
=
=
=
=
=
=
=
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 m
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:
=
=
=
=
=
=
=
=
=
=
--- httpd/httpd/trunk/modules/dav/fs/repos.c
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=823703&view=rev
Log:
mod_dav: Provide a mechanism to obtain the request_rec and pathn
On Sun, Oct 11, 2009 at 6:16 AM, Marcus Merz wrote:
> Is this issue solved in 2.3.4?
no
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
althou
On Sat, Oct 10, 2009 at 1:32 AM, wrote:
> Author: takashi
> Date: Sat Oct 10 05:32:37 2009
> New Revision: 823794
>
> URL: http://svn.apache.org/viewvc?rev=823794&view=rev
> Log:
> configure: Fix THREADED_MPMS so that mod_cgid is
> enabled again for worker MPM.
>
> Modified:
> httpd/httpd/trun
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 /usr/
You mean it would not accept any connections, or just some?
On Mon, Oct 12, 2009 at 2:00 PM, Niklas Edmundsson 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.
>>
>
> I've had a
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
connection
On Mon, Oct 12, 2009 at 5:51 AM, Barry Scott wrote:
> Jeff Trawick wrote:
>>
>> On Fri, Oct 9, 2009 at 3:30 PM, Jeff Trawick 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 s
Jeff Trawick wrote:
On Fri, Oct 9, 2009 at 1:26 PM, Barry Scott 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 a patch for that, which i
Jeff Trawick wrote:
On Fri, Oct 9, 2009 at 3:30 PM, Jeff Trawick 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.
Chris, AYT
I wonder if
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 m
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)
> > +++ httpd/httpd/trunk/modules/dav/fs
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 NU
22 matches
Mail list logo