From 7dada550d9934fe9c5bc4209350a063b232654ab Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 27 Oct 2012 20:44:39 +0000 Subject: [PATCH] Update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1402865 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 8 ++- docs/manual/mod/core.html.fr | 4 ++ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/mod_dir.html.en | 49 +++++++++++++++++-- docs/manual/mod/mod_dir.html.fr | 15 +++--- docs/manual/mod/mod_dir.xml.ja | 2 +- docs/manual/mod/mod_dir.xml.ko | 2 +- docs/manual/mod/mod_dir.xml.tr | 2 +- docs/manual/mod/mod_info.html.fr | 2 +- docs/manual/mod/mod_info.xml.ja | 2 +- docs/manual/mod/mod_info.xml.ko | 2 +- docs/manual/mod/mod_ssl.html.en | 13 +++-- docs/manual/mod/mpm_winnt.html.en | 2 +- docs/manual/mod/mpm_winnt.xml.de | 2 +- docs/manual/mod/mpm_winnt.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- docs/manual/mod/quickreference.html.zh-cn | 2 +- docs/manual/mpm.html.fr | 25 +++++++++- docs/manual/mpm.xml.meta | 2 +- 27 files changed, 115 insertions(+), 41 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7d44118e5a..adfa498139 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -129,7 +129,7 @@ available On Windows from Apache httpd 2.3.3 and later.

This directive enables operating system specific optimizations for a - listening socket by the Protocoltype. + listening socket by the Protocol type. The basic premise is for the kernel to not send a socket to the server process until either data is received or an entire HTTP Request is buffered. Only @@ -523,6 +523,10 @@ NoDecode option available in 2.3.12 and later. syntax. In other words, this mechanism cannot force a specific option to remain set while allowing any others to be set.

+ +

+ AllowOverride Options=Indexes,MultiViews +

@@ -603,7 +607,7 @@ AllowOverrideList CookieTracking CookieName

In the example above AllowOverride grants permission to the AuthConfig directive grouping and AllowOverrideList grants - permission to only two directves from the FileInfo directive + permission to only two directives from the FileInfo directive grouping. All others will cause an internal server error.

See also

diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 695f39985a..7a8a713a6b 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -549,6 +549,10 @@ All pour les versions ant activée tout en permettant à toute autre option d'être activée.

+ +

+ AllowOverride Options=Indexes,MultiViews +

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index bed0cea17f..47287c334b 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_dir.html.fr b/docs/manual/mod/mod_dir.html.fr index d0038fbc57..ad54229fbb 100644 --- a/docs/manual/mod/mod_dir.html.fr +++ b/docs/manual/mod/mod_dir.html.fr @@ -125,26 +125,23 @@ client envoie une requ arguments sont présents avant ou après lui, même s'ils sont eux-mêmes des arguments "disabled".

-

Note :La définition de plusieurs directives - DirectoryIndex au sein d'un même - contexte permet d'ajouter des ressources à rechercher plutôt - que de remplacer celle déjà définies : +

Note: Positionner plusieurs directives DirectoryIndex + au coeur du même context complète la liste des ressources et ne l'écrase pas :

-# Exemple A: définit index.html comme page d'index, ainsi qu'index.php.
+# Exemple A: Positionner index.html en page d'index, puis ajouter index.php.
 <Directory /foo>
     DirectoryIndex index.html
     DirectoryIndex index.php
 </Directory>
 
-# Exemple B: identique à l'exemple A, mais avec une seule directive.
+# Exemple B: La même chose que l'exemple A, mais réalisé au moyen d'une seule directive.
 <Directory /foo>
     DirectoryIndex index.html index.php
 </Directory>
 
-# Exemple C: pour remplacer la liste des pages d'index par une autre,
-# vous devez tout d'abord supprimer la première liste : dans l'exemple
-# suivant, il ne restera qu'index.php comme page d'index.
+# Exemple C: Pour remplacer la liste des ressources, il faut d'abord la vider :
+# Ici, seul index.php restera référencé comme ressource d'index.
 <Directory /foo>
     DirectoryIndex index.html
     DirectoryIndex disabled
diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja
index 58d64abd1d..4cae598aac 100644
--- a/docs/manual/mod/mod_dir.xml.ja
+++ b/docs/manual/mod/mod_dir.xml.ja
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
+
 
 
+
 
+
 
 
+
 
 
+
 
 
+