From: Christophe Jaillet Date: Sun, 19 Apr 2015 11:55:25 +0000 (+0000) Subject: Fix doc as spotted by Falco Schwarz in online doc X-Git-Tag: 2.4.13~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071e7653dc32b5ccf2152c5cf81fb3c8192e4f83;p=thirdparty%2Fapache%2Fhttpd.git Fix doc as spotted by Falco Schwarz in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674612 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index c914b2fdfc5..049d24f8efb 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -107,9 +107,6 @@ Alias "/secure" "/webpages/secure" <Directory "/webpages/secure"> - Order deny,allow - Allow from all - AuthBasicProvider ldap-other-alias ldap-alias1 AuthType Basic diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml index 676e08fcacf..5197ba4fe1d 100644 --- a/docs/manual/mod/mod_authn_core.xml +++ b/docs/manual/mod/mod_authn_core.xml @@ -95,9 +95,6 @@ Alias "/secure" "/webpages/secure" <Directory "/webpages/secure"> - Order deny,allow - Allow from all - AuthBasicProvider ldap-other-alias ldap-alias1 AuthType Basic