Re: ENV-Variable with Posts...

2000-07-25 Thread Sascha E. Pollok
;> Hope this help >> Edouard >> >> ----- Original Message ----- >> From: "Colin Faber" <> >> To: <[EMAIL PROTECTED]> >> Sent: Monday, July 24, 2000 12:33 AM >> Subject: Re: ENV-Variable with Posts... >> >> > They do

Re: ENV-Variable with Posts...

2000-07-25 Thread Colin Faber
ve a look at: > http://www.apache.org/docs/misc/FAQ.html#remote-user-var > > Hope this help > Edouard > > - Original Message - > From: "Colin Faber" <> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 24, 2000 12:33 AM > Subject: Re: ENV-Vari

Re: ENV-Variable with Posts...

2000-07-25 Thread Edouard Mademba-Sy
Colin Faber" <> To: <[EMAIL PROTECTED]> Sent: Monday, July 24, 2000 12:33 AM Subject: Re: ENV-Variable with Posts... > They do, if you use htaccess it should populate it every time.. > > > > -- Snip -- > #!/usr/local/bin/perl > print "Content-type: te

Re: ENV-Variable with Posts...

2000-07-25 Thread Mats Dufberg
On Sun, 23 Jul 2000, Sascha E. Pollok wrote: > I know that this is some apache-specific thingie and not an mod_ssl > one but I just noticed that and hope that one of you could help > me with this even though it's off topic. It's probably even more general than Apache... > Why don't perl-script

Re: ENV-Variable with Posts...

2000-07-23 Thread Colin Faber
They do, if you use htaccess it should populate it every time.. -- Snip -- #!/usr/local/bin/perl print "Content-type: text/plain\n\n"; for(keys %ENV){ print "\$ENV{$_} => $ENV{$_}\n"; } -- Snip -- "Sascha E. Pollok" wrote: > > Dear folks, > > I know that this is some apache-specific thingie

ENV-Variable with Posts...

2000-07-23 Thread Sascha E. Pollok
Dear folks, I know that this is some apache-specific thingie and not an mod_ssl one but I just noticed that and hope that one of you could help me with this even though it's off topic. Why don't perl-scripts get REMOTE_USER from Apache when they (the scripts) have been run by METHOD=POST instead