From: Daniel Gruno Date: Tue, 7 May 2013 13:27:15 +0000 (+0000) Subject: update french translation to reflect the current auth syntax X-Git-Tag: 2.5.0-alpha~5488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d0b5d13d8aed3331a16f222510295e0e6ae274;p=apache update french translation to reflect the current auth syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.xml.fr b/docs/manual/misc/security_tips.xml.fr index e33ba17f05..c7fa6045d8 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>