Re: cvs commit: httpd-2.0/modules/experimental config.m4

2001-12-10 Thread Greg Stein
I don't understand why an include doesn't go onto the INCLUDES variable. Why the shift? On Sun, Dec 09, 2001 at 03:32:02AM -, [EMAIL PROTECTED] wrote: trawick 01/12/08 19:32:02 Modified:modules/experimental config.m4 Log: Add -I for the zlib include dir to the right flag

DSO modules on AIX 5.1?

2001-12-10 Thread Jens-Uwe Mager
I am attempting to get DSO's to work on AIX 5.1. I am using the following config (cvs from today): CC=xlc_r -qnogenpcomp -qnousepcomp \ configure \ --prefix=/data/jum/apache \ --enable-so \ --enable-modules=most \ --enable-mods-shared=most \

Re: cvs commit: httpd-2.0/modules/experimental config.m4

2001-12-10 Thread Sascha Schumann
On Mon, 10 Dec 2001, Greg Stein wrote: I don't understand why an include doesn't go onto the INCLUDES variable. Why the shift? I suppose that the include directive is immediately needed for an autoconf cpp check. Autoconf calls the preprocessor with CPPFLAGS, not INCLUDES, and

Re: DSO modules on AIX 5.1?

2001-12-10 Thread Jeff Trawick
Jens-Uwe Mager [EMAIL PROTECTED] writes: I am attempting to get DSO's to work on AIX 5.1. I am using the following config (cvs from today): CC=xlc_r -qnogenpcomp -qnousepcomp \ configure \ --prefix=/data/jum/apache \ --enable-so \ --enable-modules=most \

REMOTE_GROUP patch

2001-12-10 Thread Pål Baltzersen
Apache sets the env REMOTE_USER which is nice, but in several CGI applications I missed the ability to know which group the user authenticated as, without having to parse the group-file. So I made this little patch that sets the env REMOTE_GROUP to the group (first match) a user was authenticated

Re: DSO modules on AIX 5.1?

2001-12-10 Thread Aaron Bannert
On Mon, Dec 10, 2001 at 10:36:56AM +0100, Jens-Uwe Mager wrote: I am attempting to get DSO's to work on AIX 5.1. I am using the following config (cvs from today): CC=xlc_r -qnogenpcomp -qnousepcomp \ configure \ --prefix=/data/jum/apache \ --enable-so \

Re: REMOTE_GROUP patch

2001-12-10 Thread Rodent of Unusual Size
Pål Baltzersen wrote: So I made this little patch that sets the env REMOTE_GROUP to the group (first match) a user was authenticated with. I think the performance penalty is microscopic. There are some problems with this patch: 1. It munges the middle of the conn_rec structure, breaking

RE: REMOTE_GROUP patch

2001-12-10 Thread Joshua Slive
From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED]] Pål Baltzersen wrote: So I made this little patch that sets the env REMOTE_GROUP to the group (first match) a user was authenticated with. I think the performance penalty is microscopic. There are some problems with this

[PATCH] log INFO when connection times out

2001-12-10 Thread sterling
Hi - Seems to me it would be nice to log something (this patch has info) when a connection times out - probably many places this could be done, this one is in read request. sterling Index: server/protocol.c === RCS file:

PATH_INFO with filters (was: Apache 2 directory/files)

2001-12-10 Thread Joshua Slive
This also seems to be a problem for mod_include. My naive analysis--without looking at the code--is that, since the core handler is serving the files, they are treated as static and not allowed PATH_INFO, even though they will be parsed by a dynamic filter. It seems like the simplest (and

Re: PATH_INFO with filters (was: Apache 2 directory/files)

2001-12-10 Thread William A. Rowe, Jr.
From: Joshua Slive [EMAIL PROTECTED] Sent: Monday, December 10, 2001 8:39 PM This also seems to be a problem for mod_include. My naive analysis--without looking at the code--is that, since the core handler is serving the files, they are treated as static and not allowed PATH_INFO, even

Re: PATH_INFO with filters (was: Apache 2 directory/files)

2001-12-10 Thread Joshua Slive
On Mon, 10 Dec 2001, William A. Rowe, Jr. wrote: Our own website, with it's .shtml approach, really sucked because relative paths could be made un-relatated. I'm not sure what you mean by that. Can you clarify? The thing that people complain about is that mod_include should allow PATH_INFO

Re: PATH_INFO with filters (was: Apache 2 directory/files)

2001-12-10 Thread William A. Rowe, Jr.
From: Joshua Slive [EMAIL PROTECTED] Sent: Monday, December 10, 2001 9:32 PM On Mon, 10 Dec 2001, William A. Rowe, Jr. wrote: Our own website, with it's .shtml approach, really sucked because relative paths could be made un-relatated. I'm not sure what you mean by that. Can you