EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 17, 2002 6:21 PM
Subject: Re: mod_perl Basic Authentication problem using PerlAuthenHandler
>
>
> Jason wrote:
>
> > In httpd.conf i have
> >
>
>
> [snip]
>
>
> > De
Jason wrote:
> In httpd.conf i have
>
[snip]
> Deny from all
>
[snip]
>
> It warns to the log file and returns But the problem is, why does my browser
>come up "forbidden"
I suspect "Deny from all" is the issue...
the PerlAccessHandler will run before the apache defaul
In httpd.conf i have
PerlAccessHandler ApacheAuthentication
PerlSetVar Intranet "65.103.229.188 => joe, 10.10.10.2 => userB"
PerlAuthenHandler ApacheAuthentication
AuthName realm
AuthType Basic
Require valid-user
Order deny,allow
Den