Re: mod_perl Basic Authentication problem using PerlAuthenHandler

2002-04-18 Thread Jason
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

Re: mod_perl Basic Authentication problem using PerlAuthenHandler

2002-04-17 Thread Geoffrey Young
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

mod_perl Basic Authentication problem using PerlAuthenHandler

2002-04-17 Thread Jason
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