From: Daniel Gruno Date: Tue, 7 May 2013 13:28:29 +0000 (+0000) Subject: update french translation to reflect the current auth syntax X-Git-Tag: 2.4.5~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a78d6101df5d4d995d5a657be5c4d795599f0cc;p=apache update french translation to reflect the current auth syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1479903 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.xml.fr b/docs/manual/misc/security_tips.xml.fr index d25010c940..e36d46020f 100644 --- a/docs/manual/misc/security_tips.xml.fr +++ b/docs/manual/misc/security_tips.xml.fr @@ -371,8 +371,7 @@ <Directory /> - Order Deny,Allow - Deny from all + Require all denied </Directory> @@ -383,12 +382,10 @@ <Directory /usr/users/*/public_html> - Order Deny,Allow - Allow from all + Require all granted </Directory> <Directory /usr/local/httpd> - Order Deny,Allow - Allow from all + Require all granted </Directory> @@ -453,8 +450,7 @@ <Files ".ht*"> - Order allow,deny - Deny from all + Require all denied </Files>