But i'm not getting the environment variables REMOTE_USER and REMOTE_PASSWD returning anything. I login successfully with htaccess but neither return anything.
This is running on Win2k Apache2 BTW.#!/usr/bin/perl use CGI; my $request = CGI->new; print $request->header; print <<EOM; CHECK/$ENV{'REMOTE_USER'}/$ENV{'REMOTE_PASSWD'} EOM exit;
thanks update
$ENV{'REMOTE_USER'} will return but $ENV{'REMOTE_PASSWD'} will not
In reply to Re: Re: htaccess through perl without apache
by true
in thread htaccess through perl without apache
by true
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |