From: Lucien Gentis Date: Sat, 18 Aug 2012 15:20:35 +0000 (+0000) Subject: Updates. X-Git-Tag: 2.4.4~649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46d5b07b7a03af1948da5b71165f966f19cc3ab5;p=apache Updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374595 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 19ae59e689..83b3c86aeb 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + @@ -521,7 +521,7 @@ listfunction ::= listfuncname "(" word ")" # N'autoriser l'accès à ce contenu que pendant les heures de # travail <Directory "/foo/bar/business"> - Require expr %{TIME_HOUR} >= 9 && %{TIME_HOUR} <= 17 + Require expr %{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17 </Directory> diff --git a/docs/manual/howto/htaccess.xml.fr b/docs/manual/howto/htaccess.xml.fr index 5bbd60868e..95f1ce8e20 100644 --- a/docs/manual/howto/htaccess.xml.fr +++ b/docs/manual/howto/htaccess.xml.fr @@ -1,7 +1,7 @@ - + @@ -33,7 +33,7 @@ modifier la configuration du serveur au niveau de chaque répertoire.