From 11c982e55ece023be729ebe564330b683c3983e7 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 14 Mar 2015 16:29:53 +0000 Subject: [PATCH] XML updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1666711 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/access.xml.fr | 4 ++-- docs/manual/howto/htaccess.xml.fr | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/howto/access.xml.fr b/docs/manual/howto/access.xml.fr index 4b892b663e..d53192ce56 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 8d99a4c79d..8f39859941 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 -- 2.50.1