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 can make a new objec
Greetings,
I'm trying use custom directives during a BEGIN block of one of my
modules so that I can use the directive as a configuration parameter for
a singleton in the handler package.
I use Apache2::ServerUtil->server to get the server object during the
BEGIN block and run $cfg = Apache2:
On Thu, 2006-06-08 at 20:06 -0400, Pease, Kevin wrote:
> Hi everyone,
>
> I'm hoping somebody out there can help me out with this. I've
> recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built &
> compiled cleanly; My boss asked me to try and get NTLM running on the
>
Hi everyone,
I'm hoping somebody out there can help me out with this. I've
recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built &
compiled cleanly; My boss asked me to try and get NTLM running on the
server (intranet only) so we can avoid having our users have t
Pease, Kevin wrote:
[Thu Jun 08 19:45:50 2006] [error] Bad/Missing
NTLM/Basic Authorization Header for /cgi-bin/whoami
This is interesting, consider that NTLM is a connection oriented protocol,
so you can't proxy it, and who knows what headers come along for the first
or second
> Hi everyone,
>
> I'm hoping somebody out there can help me out with this. I've
> recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built
> & compiled cleanly; My boss asked me to try and get NTLM running on
> the server (intranet only) so we can avoid having our user