On 8/6/07, Henry Cavillones <[EMAIL PROTECTED]> wrote:
>
>
>
> I have this docroot i want to password protect, but I want to bypass
> authentication for certain URL requests.
>
> I have this for a vhost:
>
>
> AllowOverride None
> AuthName "SomeProject: Authori
I have this docroot i want to password protect, but I want to bypass
authentication for certain URL requests.
I have this for a vhost:
AllowOverride None
AuthName "SomeProject: Authorized Access Only"
AuthType Basic
AuthUserFile /
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