Re: httpd win64 binaries

2008-11-03 Thread Jorge Schrauwen
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 problem is MS's

Re: httpd win64 binaries

2008-11-03 Thread Bing Swen
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 do

Re: httpd win64 binaries

2008-11-03 Thread Jorge Schrauwen
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 brought up. We couldn't

[patch] mod_autoindex stability depends on ap_field_noparam

2008-11-03 Thread Takashi Sato
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Dan Poirier
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Marc Noirot
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Bing Swen
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:

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Bing Swen
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread William A. Rowe, Jr.
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; VC2008

Re: svn commit: r709993 - in /httpd/httpd/trunk: include/ modules/arch/unix/ server/ server/mpm/experimental/event/ server/mpm/prefork/ server/mpm/simple/ server/mpm/worker/

2008-11-03 Thread Jim Jagielski
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=709993view=rev Log: Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup and add a flag to

Re: svn commit: r708462 - in /httpd/httpd/trunk/server/mpm: ./ simple/

2008-11-03 Thread Jim Jagielski
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

Re: svn commit: r708902 - /httpd/httpd/trunk/modules/metadata/mod_expires.c

2008-11-03 Thread Jim Jagielski
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Graham Leggett
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Roy T. Fielding
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

Re: svn commit: r709708 - in /httpd/httpd/trunk: include/ap_mmn.h include/mod_auth.h modules/aaa/mod_authz_owner.c

2008-11-03 Thread Chris Darroch
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

Re: svn commit: r709553 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_authn_core.xml modules/aaa/mod_authn_core.c

2008-11-03 Thread Chris Darroch
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

Re: httpd win64 project sources/makefiles [was:...binaries]

2008-11-03 Thread Jorge Schrauwen
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 able to

Re: AuthzMergeRules blocks everything in default configuration

2008-11-03 Thread Chris Darroch
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

Re: svn commit: r709839 - in /httpd/httpd/trunk: ./ build/ modules/aaa/modules/arch/netware/ os/netware/ os/win32/

2008-11-03 Thread Brad Nicholes
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=709839view=rev Log: Remove mod_authn_default and mod_authz_default. Note: I've attempted to work

Re: AuthzMergeRules blocks everything in default configuration

2008-11-03 Thread Ruediger Pluem
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 underlying

mod_unixd troubs?

2008-11-03 Thread Chris Darroch
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

Re: mod_unixd troubs?

2008-11-03 Thread Nick Kew
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/event

Re: mod_unixd troubs?

2008-11-03 Thread Nick Kew
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) it Thanks

Re: AuthzMergeRules blocks everything in default configuration

2008-11-03 Thread Chris Darroch
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

Re: svn commit: r709839 - in /httpd/httpd/trunk: ./ build/ modules/aaa/modules/arch/netware/ os/netware/ os/win32/

2008-11-03 Thread Chris Darroch
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