On Nov 12, 2007 9:57 PM, Vincent Bray <[EMAIL PROTECTED]> wrote:
> On 12/11/2007, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote:
> > However, now I would like to disable authentication for a sub-folder
> > so anyone can see it.
>
> http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequi
On 12/11/2007, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote:
> However, now I would like to disable authentication for a sub-folder
> so anyone can see it.
http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements
http://httpd.apache.org/docs/2.2/mod/core.html#satisfy
:-)
--
n
Novembro de 2007 10:53
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Question about Authentication in sub-folders
Hi
On our private web server, every single page requires authentication.
So I've added something like
AuthzLDAPAuthoritative on
AuthBasicProvid
Hi
On our private web server, every single page requires authentication.
So I've added something like
AuthzLDAPAuthoritative on
AuthBasicProvider ldap
AuthType basic
...
which works just fine.
However, now I would like to disable authentication for a sub-folder