You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by neubyr <ne...@gmail.com> on 2011/06/17 22:38:39 UTC

[users@httpd] making exception in Location path

I have an authentication rule for entire site as follows:

{
<Location />
  AuthType Basic
  ...
  ...
<Location>
}

Is there any way to exclude only a particular path from this
authentication realm. Any help or suggestions?

SysInfo: Apache/2.2.3 on CentOS 5.6.

--
thanks,
neuby.r

---------------------------------------------------------------------
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] making exception in Location path

Posted by Jeroen Geilman <je...@adaptr.nl>.
On 06/17/2011 10:38 PM, neubyr wrote:
> I have an authentication rule for entire site as follows:
>
> {
> <Location />
>    AuthType Basic
>    ...
>    ...
> <Location>
> }
>
> Is there any way to exclude only a particular path from this
> authentication realm. Any help or suggestions?
>

Location /no/auth
allow from all
satisfy any
/Location

> SysInfo: Apache/2.2.3 on CentOS 5.6.
>
> --
> thanks,
> neuby.r
>
> ---------------------------------------------------------------------
> 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
>


-- 
J.


---------------------------------------------------------------------
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