Basic authentication

2003-09-16 Thread Stephen Hardisty
Hi, I'm having a bit of trouble authenticating users. The script I have works, but only a couple of times before it just sends out 401 without prompting the user for their details. We have mod_perl 1.99_05 installed, we don't want to upgrade as we would have more applications to upgrade than

Re: Basic authentication

2003-09-16 Thread Geoffrey Young
Stephen Hardisty wrote: Hi, I'm having a bit of trouble authenticating users. The script I have works, but only a couple of times before it just sends out 401 without prompting the user for their details. We have mod_perl 1.99_05 installed, we don't want to upgrade as we would have more

Re: mod_perl Basic Authentication problem using PerlAuthenHandler

2002-04-18 Thread Jason
: Wednesday, April 17, 2002 6:21 PM Subject: Re: mod_perl Basic Authentication problem using PerlAuthenHandler Jason wrote: In httpd.conf i have Location /~jter [snip] Deny from all /Location [snip] It warns to the log file and returns

mod_perl Basic Authentication problem using PerlAuthenHandler

2002-04-17 Thread Jason
In httpd.conf i have Location /~jter 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