Bug report for Apache httpd-1.3 [2004/05/16]

2004-05-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2004/05/16]

2004-05-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Broken server/exports.c generated when --with-apr=/usr

2004-05-16 Thread Max Bowsher
Apache is failing to build for me, because of a flaw in the exports.c generation. I am using an APR and APR-Util pre-installed into /usr. This causes the generated exports.c to included every *.h file in /usr/include. Since some of these are C++ only, and others have conflicting definitions,

Re: Discover which MPM is loaded?

2004-05-16 Thread Adam Tilghman
I'm writing a module which plays with seteuid/setegid, and should therefore only be run under the prefork MPM. at low level your reliance is on a single-threaded process handling requests? That's correct - I'm switching UID/GID on every request based on the provided authenticated username.

Vc++ Toolkit

2004-05-16 Thread Jeff White
quote The VC toolkit does support /MT (it does not support /MD). Ronald Laeremans Visual C++ team /quote Jeff

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Randy Kobes
On Sat, 15 May 2004, Stas Bekman wrote: Randy Kobes wrote: On Mon, 10 May 2004, Stas Bekman wrote: How about a quick workaround as follows: For windows only, link APR.so statically with all APR/Foo.o and the required modperl_foo.o and arrange for the bootstrap not to call it for windows

Re: Move apache-1.3 to Subversion

2004-05-16 Thread Sander Striker
On Fri, 2004-05-14 at 18:47, Justin Erenkrantz wrote: --On Wednesday, May 12, 2004 8:54 PM +0200 André Malo [EMAIL PROTECTED] wrote: * Jim Jagielski [EMAIL PROTECTED] wrote: I'd like to propose that the apache-1.3 tree be migrated over to subversion. I'm +1 on it. +1. -- justin

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Stas Bekman
On Sun, 16 May 2004, Randy Kobes wrote: On Sat, 15 May 2004, Stas Bekman wrote: Randy Kobes wrote: On Mon, 10 May 2004, Stas Bekman wrote: How about a quick workaround as follows: For windows only, link APR.so statically with all APR/Foo.o and the required modperl_foo.o and

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Randy Kobes
On Sun, 16 May 2004, Stas Bekman wrote: On Sun, 16 May 2004, Randy Kobes wrote: [ .. ] Well, I don't want to destabilize the tree, we should make a new release pretty soon. I think while you are playing with various solutions you could just check the cvs tree for the day I've posted my

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-16 Thread Stas Bekman
Randy Kobes wrote: [...] I'm not sure how can you go with the latter idea. I mean, I'll work perfectly fine without mod_perl. But how is it going to work under mod_perl, when both mod_perl.so and APR.so will have the same symbols, and according to your suggestion, both will be loaded (since