Newbie - Samples or Tutorials

2007-09-18 Thread Aqua
Dear Gurus, Someone please point me to a good tutorial or sample page. Most of the resources (I came across) are ole and I am looking for samples that work on recent HTTPD (2.2.x) and recent mod_perl version. Best Regards Dominic

RE: Checking for group membership in a mod perl handler.

2007-09-18 Thread Dami Laurent (PJ)
> I want to use a >perl module to check group membership. Specifically I want to check >the "department" property in our active directory, and use this to >allow or deny access. > >Writing Perl code that gets this info from the AD is not the problem. >My problem is that its not clear to me h

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 18.09.2007 15:47 William A. Rowe, Jr. wrote: Hmm, I don't understand this, so I cannot say how serious it could be. My question is: Should I stick with 2.0.59 or upgrade with a patched 2.0.61/2.2.6? This is a production server and the change log lists quite a few sec

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread William A. Rowe, Jr.
Michael Lackhoff wrote: > On 18.09.2007 15:47 William A. Rowe, Jr. wrote: > > Hmm, I don't understand this, so I cannot say how serious it could be. > My question is: Should I stick with 2.0.59 or upgrade with a patched > 2.0.61/2.2.6? > This is a production server and the change log lists quite a

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Michael Lackhoff
On 18.09.2007 15:47 William A. Rowe, Jr. wrote: > Yes, of course. However in the second case, you do not have an inheritable > file handle. apr_file_dup simply dups the handle in the current process, > so the patch can't possibly have the desired effect. > > There is a real concern; under what

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread William A. Rowe, Jr.
Tom Donovan wrote: > Michael Lackhoff wrote: >> On 23.12.37378 20:59 Tom Donovan wrote: >> >>> 1. Problem Description: >>> >>> perl-script handler fails with Apache 2.2.6 on Windows >>> due to changes in stdin/stdout/stderr handles in mpm_winnt >>> >>> Problem occurs with mod_perl 2.0.3 or wi

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Tom Donovan
Michael Lackhoff wrote: On 23.12.37378 20:59 Tom Donovan wrote: 1. Problem Description: perl-script handler fails with Apache 2.2.6 on Windows due to changes in stdin/stdout/stderr handles in mpm_winnt Problem occurs with mod_perl 2.0.3 or with current (9/14/2007) SVN trunk. I no

Checking for group membership in a mod perl handler.

2007-09-18 Thread Krist van Besien
Hello, I've implemented authentication in my web server using a mod_perl authentication handler. I now have the following in my httpd.conf: PerlAuthenHandler Apache2::AuthenDBMCache Apache2::AuthenMSAD PerlSetVar MSADDomain mydomain Require valid-user (The two modules I found on CPAN, an

Re: resend: Bug report re: Apache 2.2.6 on Windows

2007-09-18 Thread Michael Lackhoff
On 23.12.37378 20:59 Tom Donovan wrote: > 1. Problem Description: > > perl-script handler fails with Apache 2.2.6 on Windows > due to changes in stdin/stdout/stderr handles in mpm_winnt > > Problem occurs with mod_perl 2.0.3 or with > current (9/14/2007) SVN trunk. I noticed the same

Re: -X and trapping kill?

2007-09-18 Thread bharanee rathna
yes, but AFAIK -X is a shortcut for -DONE_PROCESS. But then I may be wrong but a quick check now shows me that using -DONE_PROCESS, apache2 ignores SIGINT On 9/18/07, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > > Bill Moseley wrote: > > Must be Monday. Is there a problem with the -X switch