;> 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
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
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
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
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
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