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

2012-03-27 Thread Torsten Förtsch
On Tuesday, 27 March 2012 12:48:01 Charlie Katz wrote: > Still, can someone explain why > >PerlSetEnv ENV_VAR /my/value > > has different effects than > > >$ENV{ENV_VAR} = '/my/value'; > > > ? The source of the problem is that apache 2 is in general multithreaded. Thus, one r

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

2012-03-27 Thread Charlie Katz
Okay, I figured it was something about the library being in a different language. Still, can someone explain why PerlSetEnv ENV_VAR /my/value has different effects than $ENV{ENV_VAR} = '/my/value'; ? On Mon, Mar 26, 2012 at 3:30 PM, Lloyd Richardson wrote: > Do the PerlSetEn

Minor issue with AuthenNTLM

2012-03-27 Thread IP
Hi everyone, 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 It seems the messages is generated for every single file the