From b1ed348fbdcf55d805e22afcc1a1b3b37de544c2 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 11 May 2013 15:58:48 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481361 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 2 +- docs/manual/expr.xml.fr | 2 +- docs/manual/mod/mod_authz_core.html.en | 2 +- docs/manual/urlmapping.html.en | 6 +++--- docs/manual/urlmapping.html.fr | 2 ++ docs/manual/urlmapping.xml.fr | 2 +- docs/manual/urlmapping.xml.ja | 2 +- docs/manual/urlmapping.xml.ko | 2 +- docs/manual/urlmapping.xml.meta | 2 +- docs/manual/urlmapping.xml.tr | 2 +- 10 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 3bbe99ca72..6a39a3f5a4 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 51c41fc0bf..fd816f7512 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 8c0d1b5d2c..10f91dd89b 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 1395d42811..24949c3f98 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 43dac33a20..a6fd5f05c4 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 175dcd54bb..9bf564f9e4 100644 --- a/docs/manual/urlmapping.xml.fr +++ b/docs/manual/urlmapping.xml.fr @@ -3,7 +3,7 @@ - + + + +