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();
Sco
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 scr