From: Daniel Gruno Date: Sun, 24 Jun 2012 11:52:01 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6704 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899c4e371165cfbe5db6ec9bf14fc3c141363dfc;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1353252 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index ee049cc8aef..1f24f857fab 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -118,6 +118,23 @@ a directory literally if it has any arguments before or after it, even if they are "disabled" as well.

+

Note: Multiple DirectoryIndex + directives within the same context will add to the list of resources to + look for rather than replace: +

+
+# Set the index files to look for
+DirectoryIndex index.html index.htm
+
+# This will add dynamic files to the list rather than replace it
+DirectoryIndex index.php index.pl index.lua
+
+# To replace the list, we must first reset it, then set the new list
+DirectoryIndex disabled
+DirectoryIndex index.py
+    
+ +
top
diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja index f963890378e..0ddd5e43b45 100644 --- a/docs/manual/mod/mod_dir.xml.ja +++ b/docs/manual/mod/mod_dir.xml.ja @@ -1,7 +1,7 @@ - + + +