From: Richard Bowen Date: Sat, 11 May 2013 15:58:48 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133d16296bfb48aeca8531404f3a1701ed05679a;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481361 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 3bbe99ca72b..6a39a3f5a45 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -506,7 +506,7 @@ listfunction ::= listfuncname "(" word ")" # Only allow access to this content during business hours <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/expr.xml.fr b/docs/manual/expr.xml.fr index 51c41fc0bfe..fd816f75128 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index 8c0d1b5d2c4..10f91dd89b6 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -244,7 +244,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in decisions on arbitrary expressions.

-        Require expr %{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17 
+        Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17"
     
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 1395d428118..24949c3f98f 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -77,12 +77,12 @@

Then a request for http://www.example.com/fish/ will cause httpd to attempt to serve the file /var/www/html/fish/index.html. In the event that - that file didn't exist, it will next attempt to serve file file + that file does not exist, it will next attempt to serve the file /var/www/html/fish/index.php.

-

If neither of these files existed, the next step would be to +

If neither of these files existed, the next step is to attempt to provide a directory index, if - mod_autoindex were loaded and configured to permit + mod_autoindex is loaded and configured to permit that.

httpd is also capable of Virtual diff --git a/docs/manual/urlmapping.html.fr b/docs/manual/urlmapping.html.fr index 43dac33a20b..a6fd5f05c4b 100644 --- a/docs/manual/urlmapping.html.fr +++ b/docs/manual/urlmapping.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document explique comment le serveur HTTP Apache utilise l'URL contenue dans une requête pour déterminer le noeud du système de fichier à partir duquel le diff --git a/docs/manual/urlmapping.xml.fr b/docs/manual/urlmapping.xml.fr index 175dcd54bbf..9bf564f9e46 100644 --- a/docs/manual/urlmapping.xml.fr +++ b/docs/manual/urlmapping.xml.fr @@ -3,7 +3,7 @@ - + + + +