On 1/20/06, Jason Keltz <[EMAIL PROTECTED]> wrote:
> How can I tell Apache with AuthAuthoritative turned off to "stop" after
> mod_auth fails? How can I determine if there is some other authentication
> it is secretly trying?
You always need one authoritative auth module. If mod_auth is last in
I'm running Apache 1.3.34 along with mod_auth and mod_auth_pam.
I am trying to make a link available to anyone in /etc/passwd or VIA
mod_auth basic authentication.
The .htaccess is as follows:
AuthType Basic
AuthUserFile /cs/home/jas/passwords
AuthPAM_Enabled on
AuthPAM_FallThrough on
AuthAuthor