Brad Nicholes wrote:
I haven't tried out the new authnz directives yet, but it at least
builds on NetWare.
Thanks -- glad to know it compiles, at least!
Chris.
--
GPG Key ID: 366A375B
GPG Key Fingerprint: 485E 5041 17E1 E2BB C263 E4DE C8E3 FA36 366A 375B
Ruediger Pluem wrote:
I was hoping that your patches would fix this, but sadly they did not.
Ironically, the problem appears to have little to do with authz,
but rather authn. The test httpd logs show it's failing to find
an htpasswd-type file in which to check the user's login and password
On Tue, 4 Nov 2008 00:27:24 +
Nick Kew <[EMAIL PROTECTED]> wrote:
> On Mon, 03 Nov 2008 14:49:21 -0800
> Chris Darroch <[EMAIL PROTECTED]> wrote:
>
> > Hi --
> >
> >I've been trying to get trunk to compile and run today, and
> > if I compile it without mod_unixd (and with the worker MPM)
On Mon, 03 Nov 2008 14:49:21 -0800
Chris Darroch <[EMAIL PROTECTED]> wrote:
> Hi --
>
>I've been trying to get trunk to compile and run today, and
> if I compile it without mod_unixd (and with the worker MPM) it
Thanks for the heads-up. Yes, there's more needs doing for the
prefork/worker/e
Hi --
I've been trying to get trunk to compile and run today, and
if I compile it without mod_unixd (and with the worker MPM) it compiles
and run, but then logs "Server MUST relinquish startup privileges ..."
and exits. If I try to compile mod_unixd, I get compile-time warnings
about conflicts
On 11/03/2008 08:12 PM, Chris Darroch wrote:
> Dan Poirier wrote:
>
>> I'd find it much easier to understand if we had fewer directives, and
>> just built up the more complicated ideas by writing boolean
>> expressions, which most of us already know how to cope with.
>
> Perhaps, and the unde
>>> On 11/1/2008 at 10:21 PM, in message
<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote:
> Author: chrisd
> Date: Sat Nov 1 21:21:48 2008
> New Revision: 709839
>
> URL: http://svn.apache.org/viewvc?rev=709839&view=rev
> Log:
> Remove mod_authn_default and mod_authz_default.
>
> Note: I've atte
Dan Poirier wrote:
I'd find it much easier to understand if we had fewer directives, and
just built up the more complicated ideas by writing boolean expressions,
which most of us already know how to cope with.
Perhaps, and the underlying code should support a range of alternative
configurat
cmake seems very interesting.
I'd like to help if you go that path, not sure I'll be of much use though.
~Jorge
On Mon, Nov 3, 2008 at 6:42 PM, Roy T. Fielding <[EMAIL PROTECTED]> wrote:
> On Nov 3, 2008, at 6:06 AM, Marc Noirot wrote:
>
>> What about going one step further and using a tool
>>
Ruediger Pluem wrote:
could you please split such changes into atomic commits? One issue - one
commit. You also committed docs changes you didn't mention in the log
message.
I'm not sure if the crash fix shouldn't go into CHANGES.
Plus it makes it really hard to read the diffs if you mix fo
Ruediger Pluem wrote:
IMHO this requires a major bump (no problem on trunk) and not only a minor one.
Thanks for catching that and the missing apr_pcalloc() in mod_authz_core.c!
Chris.
--
GPG Key ID: 366A375B
GPG Key Fingerprint: 485E 5041 17E1 E2BB C263 E4DE C8E3 FA36 366A 375B
On Nov 3, 2008, at 6:06 AM, Marc Noirot wrote:
What about going one step further and using a tool
able to generate Makefiles and IDE files for [name some of your
favorite IDEs] ?
I'm thinking about something like CMake ...
http://lwn.net/Articles/188693/
http://www.cmake.org/
+1
But it s
On Nov 1, 2008, at 6:54 AM, Ruediger Pluem wrote:
This causes failures in the perl framework:
t/modules/expires.t92 15 16.30% 4 10 14 17-18 22
29-30 34-
35 38 42 46 48 50
But IMHO the code is now correct after the patc
On Nov 2, 2008, at 1:04 PM, Justin Erenkrantz wrote:
On Thu, Oct 30, 2008 at 6:06 AM, Jim Jagielski <[EMAIL PROTECTED]>
wrote:
I tend to agree... as long as the architectural design doesn't
prevent people from creating (or keeping) MPMs, then this is all
good. Believe it or not, as people on
On Nov 2, 2008, at 9:47 PM, Paul Querna wrote:
[EMAIL PROTECTED] wrote:
Author: niq
Date: Sun Nov 2 16:46:54 2008
New Revision: 709993
URL: http://svn.apache.org/viewvc?rev=709993&view=rev
Log:
Switch all unix MPMs to use drop_privileges hook (mod_unixd) for
startup
and add a flag to preven
Marc Noirot wrote:
What about going one step further and using a tool
able to generate Makefiles and IDE files for [name some of your favorite IDEs] ?
+1.
Binding httpd to one IDE significantly reduces the developer audience,
it would help a lot if Windows could have the same autoconf abilit
"Marc Noirot" <[EMAIL PROTECTED]> wrote on 2008-11-3 22:06
William A. Rowe, Jr. said the following on 11/03/2008 07:32 AM:
Lets look to supporting [name your favorite IDE] as a bigger picture
item not specific to windows, and to transition away from .dsp for
the build/ide view support.
What a
"Dan Poirier" <[EMAIL PROTECTED]> wrote on 2008-11-3 21:13
William A. Rowe, Jr. said the following on 11/03/2008 07:32 AM:
Lets look to supporting [name your favorite IDE] as a bigger picture
item not specific to windows, and to transition away from .dsp for
the build/ide view support.
Re: w
William A. Rowe, Jr. said the following on 11/03/2008 07:32 AM:
> Lets look to supporting [name your favorite IDE] as a bigger picture
> item not specific to windows, and to transition away from .dsp for
> the build/ide view support.
What about going one step further and using a tool
able to gener
find_default_item passes an imperfect request_rec to find_item.
find_item calls ap_field_noparam with uninitialized memory pool (r->pool).
Though this doesn't matter since ap_field_noparam simply returns NULL when
the 2nd argument is NULL, IMHO this should be fixed.
The attached patch makes find_de
William A. Rowe, Jr. said the following on 11/03/2008 07:32 AM:
But studio (or eclipse or codewarrior or [name your IDE]) users would
appreciate a perspective into the sources. The IDE-accessible nature
of the original Win32 port is what made it so easy for me to jump in,
understand and substant
Jorge Schrauwen wrote:
>>
> I compiled them on vs2008 IIRC (not sure only boot into the vm when
> need to compile)
> Sadly the exact same version is needed or else it refuses to load.
> That is what wrowe mentioned above with all the minor version bumps
> here and there.
Precisely. Also note; VC2
On Mon, Nov 3, 2008 at 10:23 AM, Bing Swen <[EMAIL PROTECTED]> wrote:
> Jorge Schrauwen <[EMAIL PROTECTED]> wrote on 2008-11-3 16:26
>
>> On Mon, Nov 3, 2008 at 8:10 AM, William A. Rowe, Jr. wrote:
>>
>>> Jorge Schrauwen wrote:
The subject of not having an official binary package was brou
Jorge Schrauwen <[EMAIL PROTECTED]> wrote on 2008-11-3 16:26
On Mon, Nov 3, 2008 at 8:10 AM, William A. Rowe, Jr. wrote:
Jorge Schrauwen wrote:
The subject of not having an official binary package was brought up.
We couldn't think of a reason why not except no body wants or has the
time to d
On Mon, Nov 3, 2008 at 8:10 AM, William A. Rowe, Jr.
<[EMAIL PROTECTED]> wrote:
> Jorge Schrauwen wrote:
>>
>> The subject of not having an official binary package was brought up.
>> We couldn't think of a reason why not except no body wants or has the
>> time to do it.
>
> That's not it.
>
> The p
25 matches
Mail list logo