From: Lucien Gentis
Date: Sat, 18 Aug 2012 15:19:47 +0000 (+0000)
Subject: Updates.
X-Git-Tag: 2.5.0-alpha~6411
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f9b1046294335291490e872e83433f9e80bcf0b;p=thirdparty%2Fapache%2Fhttpd.git
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374594 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr
index 361b3b0ffb0..f3d96b0626b 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 d15b3cb62a6..f8e6b2f4050 100644
--- a/docs/manual/howto/htaccess.xml.fr
+++ b/docs/manual/howto/htaccess.xml.fr
@@ -1,7 +1,7 @@
-
+
@@ -50,11 +50,11 @@ modifier la configuration du serveur au niveau de chaque répertoire.
Options
AddHandler
SetHandler
- AuthType
- AuthName
+ AuthType
+ AuthName
AuthUserFile
AuthGroupFile
- Require
+ Require