> -----Original Message-----
> From: Vivek Khera [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 21, 2000 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Won't override ENV variable
>
>
> >>>>> "k" == klasker <[EMAIL PROTECTED]> writes:
>
> k> Is there any way to prevent mod_cgi from setting REMOTE_USER?
I suppose it's worth mentioning that PerlSetupEnv Off will disable the
passing of %ENV and provide a performance boost if you don't need the stuff
in %ENV?
>
>
> Don't put your CGI inside password protected space. That should do
> it. I believe this is part of the CGI and/or Basic Auth specs.
>