From 7dada550d9934fe9c5bc4209350a063b232654ab Mon Sep 17 00:00:00 2001
From: Stefan Fritsch This directive enables operating system specific optimizations for a
- listening socket by the In the example above Protocol
type.
+ 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
+
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
+
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 @@ - + + + + + + +