Discover which MPM is loaded?

2004-05-14 Thread Adam Tilghman
Hi, I'm writing a module which plays with seteuid/setegid, and should therefore only be run under the prefork MPM. I'd like to ensure that the currently loaded MPM is "prefork" during the initialization stage of my module, but I haven't been able to find a way to determine which MPM is currently

Re: Move apache-1.3 to Subversion

2004-05-14 Thread Greg Stein
On Fri, May 14, 2004 at 09:47:18AM -0700, 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

RE: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
Hi, I just realized that Joe had already developed something similar in httpd-2.1. The only difference was in the function names - I changed his patch a little (to match httpd-2.0), and here it is.. -Madhu Index: mod_headers.c =

Re: Move apache-1.3 to Subversion

2004-05-14 Thread Justin Erenkrantz
--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: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
Hi Marc, If you're using httpd-2.1, did you already try something like below ? -Madhu Index: mod_headers.c === RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_headers.c,v retrieving revision 1.59 diff -u -r1.59 mod_header

RE: SSL_CLIENT_S_DN and proxy

2004-05-14 Thread Mathihalli, Madhusudan
>-Original Message- >From: Marc Stern [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 12, 2004 11:35 PM >To: [EMAIL PROTECTED] >Subject: Re: SSL_CLIENT_S_DN and proxy > > >From what I understand - and it seems confirmed by the test I >made - the header is modified (created) before Apache

Re: Apache Blocking EXE FILE FROM RUNNING (CGI)

2004-05-14 Thread Cliff Woolley
On Fri, 14 May 2004, Correy wrote: > I am running a cgi script that executes a file called PSRemoteTest.exe > However Apache stops it from running with this error message. > 16:33:01 2004] [error] [client 127.0.0.1] PSRemote is not running\r > How do I make Apache execute this program?? I'm sorry

Apache Blocking EXE FILE FROM RUNNING (CGI)

2004-05-14 Thread Correy
I am running a cgi script that executes a file called PSRemoteTest.exe However Apache stops it from running with this error message. 16:33:01 2004] [error] [client 127.0.0.1] PSRemote is not running\r How do I make Apache execute this program?? Correy