You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jbeall <jb...@heraldic.us> on 2007/09/02 03:29:59 UTC

[users@httpd] Disabling basic authen tication for only one directory -- possible?

Hi All,

I have a site that uses basic authentication (set in a .htaccess file in the
root of the site).

There is one folder for which I would like to disable basic authentication
(it will be available to the public).

Is there a way to disable basic authentication in only that one directory? 
I tried an htaccess files with "AuthType None", but that didn't work.

  -Josh
-- 
View this message in context: http://www.nabble.com/Disabling-basic-authen-tication-for-only-one-directory----possible--tf4366355.html#a12445579
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Disabling basic authen tication for only one directory -- possible?

Posted by jbeall <jb...@heraldic.us>.

Joshua Slive-2 wrote:
> 
> Try here:
> http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements
> 
> Joshua.

That did it it!  Thanks Joshua.

JFYI here's what I put in my .htaccess in order to bypass authentication:


Allow from all
Satisfy any


  -Josh
-- 
View this message in context: http://www.nabble.com/Disabling-basic-authen-tication-for-only-one-directory----possible--tf4366355.html#a12448146
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Disabling basic authen tication for only one directory -- possible?

Posted by Joshua Slive <jo...@slive.ca>.
On 9/1/07, jbeall <jb...@heraldic.us> wrote:
>
> Hi All,
>
> I have a site that uses basic authentication (set in a .htaccess file in the
> root of the site).
>
> There is one folder for which I would like to disable basic authentication
> (it will be available to the public).

Try here:
http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org