You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/06/24 13:52:03 UTC

svn commit: r1353252 - in /httpd/httpd/trunk/docs/manual/mod: mod_dir.html.en mod_dir.xml.ja mod_dir.xml.ko mod_dir.xml.tr

Author: humbedooh
Date: Sun Jun 24 11:52:01 2012
New Revision: 1353252

URL: http://svn.apache.org/viewvc?rev=1353252&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dir.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ko
    httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.tr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.html.en?rev=1353252&r1=1353251&r2=1353252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.html.en Sun Jun 24 11:52:01 2012
@@ -118,6 +118,23 @@ a directory</td></tr>
     literally if it has any arguments before or after it, even if they are "disabled"
     as well.</p>
 
+    <p><strong>Note:</strong> Multiple <code class="directive">DirectoryIndex</code> 
+    directives within the <em>same context</em> will add to the list of resources to 
+    look for rather than replace:
+    </p>
+    <pre class="prettyprint lang-config">
+# 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
+    </pre>
+
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ja?rev=1353252&r1=1353251&r2=1353252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ja [utf-8] Sun Jun 24 11:52:01 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1330980 (outdated) -->
+<!-- English Revision: 420990:1353250 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ko?rev=1353252&r1=1353251&r2=1353252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.ko [euc-kr] Sun Jun 24 11:52:01 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1330980 (outdated) -->
+<!-- English Revision: 151408:1353250 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.tr?rev=1353252&r1=1353251&r2=1353252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dir.xml.tr [utf-8] Sun Jun 24 11:52:01 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1307726:1330980 (outdated) -->
+<!-- English Revision: 1307726:1353250 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>