Re: Minor issue with AuthenNTLM

2012-03-28 Thread Michiel Beijen
Hi, IP schreef op 2012-03-27 16:03: I've successfuly managed to make AuthenNTLM work with my PHP script, but the for some reason the Apache error log is now flooded with messages like: [error] Bad/Missing NTLM/Basic Authorization Header for /somefile.php This is actually reported as a (ve

Re: difference between PerlSetEnv and $ENV{}= ?

2012-03-28 Thread Charlie Katz
Thanks for the detailed explanation. I guess the explanation for the behavior I see is that the C library called through Perl only has access to the process global %ENV, and not to the particular $r->subprocess_env data for the request through which it was called. On Tue, Mar 27, 2012 at 1:53 PM,