From: Lucien Gentis Date: Sat, 14 Mar 2015 16:27:54 +0000 (+0000) Subject: XML updates. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae4422b263402d970195a53301e9bfcd3d44083;p=thirdparty%2Fapache%2Fhttpd.git XML updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/access.xml.fr b/docs/manual/howto/access.xml.fr index 643d195fbdb..518d9f8f3cc 100644 --- a/docs/manual/howto/access.xml.fr +++ b/docs/manual/howto/access.xml.fr @@ -1,7 +1,7 @@ - + @@ -148,7 +148,7 @@ arbitraires <If "%{HTTP_USER_AGENT} == 'BadBot'"> - Require All Denied + Require all denied </If> diff --git a/docs/manual/howto/htaccess.xml.fr b/docs/manual/howto/htaccess.xml.fr index f6fb006e1ec..eb19e44a0c4 100644 --- a/docs/manual/howto/htaccess.xml.fr +++ b/docs/manual/howto/htaccess.xml.fr @@ -1,7 +1,7 @@ - + @@ -365,7 +365,7 @@ AuthType Basic AuthName "Password Required" AuthUserFile /www/passwords/password.file AuthGroupFile /www/passwords/group.file -Require Group admins +Require group admins

Notez que AllowOverride AuthConfig doit être présent