From: Lucien Gentis Date: Mon, 20 May 2013 13:00:18 +0000 (+0000) Subject: Updates. X-Git-Tag: 2.4.5~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd03e9ba10056d0af877a5ba48aa9de585ddd57b;p=apache Updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1484462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index a5c8f62188..159d9ef7a4 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + @@ -559,7 +559,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} -gt 9 && %{TIME_HOUR} -lt 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 347f02a522..073cf503af 100644 --- a/docs/manual/howto/htaccess.xml.fr +++ b/docs/manual/howto/htaccess.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr index 9ae08d8e3b..e14a0fc355 100644 --- a/docs/manual/logs.xml.fr +++ b/docs/manual/logs.xml.fr @@ -3,7 +3,7 @@ - + +