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 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
> of METHOD=GET?
> 
> Regards,
> Sascha
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to