Re: [EMAIL PROTECTED] Problem with mod_auth

2007-08-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Problem with mod_auth

2007-08-06 Thread Henry Cavillones
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 /

Re: [EMAIL PROTECTED] problem with mod_auth and mod_auth_pam working together

2006-01-20 Thread Joshua Slive
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

[EMAIL PROTECTED] problem with mod_auth and mod_auth_pam working together

2006-01-20 Thread Jason Keltz
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