From b1ed348fbdcf55d805e22afcc1a1b3b37de544c2 Mon Sep 17 00:00:00 2001
From: Rich Bowen
- 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
+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 @@ - + + + +