Authentication Problem

2007-04-17 Thread Scott Gifford
Hello, I'm having trouble with PerlAuthenHandler. The symptom is that in a browser (Firefox at least), I'm prompted for a password the first time I visit a page. If I enter it incorrectly, I'm not prompted again, but instead just see the error page. The cause seems to be that when mod_perl

Re: Authentication Problem

2007-04-17 Thread Scott Gifford
Scott Gifford [EMAIL PROTECTED] writes: [...] The cause seems to be that when mod_perl gets an Authorization header in the request, it doesn't supply a WWW-Authenticate header in the response. Nevermind, found it, the solution was to call: $r-note_basic_auth_failure(); Scott.

Authentication problem

2005-04-07 Thread Levi E. Stanley
Hi, Been seeing problems with an Authenticate script lately. It was working fine up to the time I started getting slammed with traffic. I don't see any connection problems in the log file at all. But what I have noticed on the site is, I will click to go to download a file from the secure

Re: Authentication problem

2005-04-07 Thread Martin Moss
Hi, what's your MaxClients setting in your apache conf? It could just be that you aren't running enough apache child processes to serve the number of connections being made, Regards Marty --- Levi E. Stanley [EMAIL PROTECTED] wrote: Hi, Been seeing problems with an Authenticate script