Re: Apache2::AuthenNTLM Documentation

2006-06-10 Thread Aaron Browne
On Thu, 2006-06-08 at 00:34 +, Raj Sekhar wrote: > Hi All, > > > > I looking for some help on Apache2::AuthenNTLM configuration. > > 1. How to include the module in httpd.conf file. > 2. We don't have anonymous access for Windows AD(PDC) server, so how to > provide logon credentials with A

Re: Apache2::CmdParms usage during server startup

2006-06-10 Thread Geoffrey Young
Fred Moyer wrote: > Fred Moyer wrote: > >> Here's the code I'm using. I'm guessing that get_config() may not >> return what I'm looking for during startup since it functions properly >> at runtime. Any ideas? $pkg_global will be a template object, which >> is why I want to construct it during s

Apache2::AuthenNTLM Documentation

2006-06-10 Thread Raj Sekhar
Hi All, I looking for some help on Apache2::AuthenNTLM configuration. 1. How to include the module in httpd.conf file. 2. We don't have anonymous access for Windows AD(PDC) server, so how to provide logon credentials with Apache2::AuthenNTLM directives. Please let me know, where can i get t

Re: Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-10 Thread Konstantin Khomoutov
On Thu, Jun 08, 2006 at 08:06:34PM -0400, Pease, Kevin wrote: [...] > Everything *seems* to have worked properly, but I'm seeing an > error in my Apache error_log which is puzzling me: > [Thu Jun 08 19:45:50 2006] [error] Bad/Missing > NTLM/Basic Authorization Header for /cgi-b

Re: Apache2::CmdParms usage during server startup

2006-06-10 Thread Philip M. Gollucci
Fred Moyer wrote: Fred Moyer wrote: Here's the code I'm using. I'm guessing that get_config() may not return what I'm looking for during startup since it functions properly at runtime. Any ideas? $pkg_global will be a template object, which is why I want to construct it during startup. I c