]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Sun, 24 Jun 2012 13:14:25 +0000 (13:14 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 24 Jun 2012 13:14:25 +0000 (13:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1353264 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml.meta
docs/manual/mod/mod_dir.html.en
docs/manual/mod/mod_dir.xml.ja
docs/manual/mod/mod_dir.xml.ko
docs/manual/mod/mod_dir.xml.tr

index b9d96ee4c52f9b48a91a39e026f2df4b34b47a06..e78755527afd76e79a93204836e49a52f246c2bf 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 1f24f857fab4f0e69035f755d7908f0a5b6a2b41..0234d89f5ba3300c88252d8a1cc4e8b432f01c13 100644 (file)
@@ -119,19 +119,28 @@ a directory</td></tr>
     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:
+    directives within the <a href="../sections.html"><em>same context</em></a> 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
+# Example A: Set index.html as an index page, then add index.php to that list as well.
+&lt;Directory /foo&gt;
+    DirectoryIndex index.html
+    DirectoryIndex index.php
+&lt;/Directory&gt;
 
-# This will add dynamic files to the list rather than replace it
-DirectoryIndex index.php index.pl index.lua
+# Example B: This is identical to example A, except it's done with a single directive.
+&lt;Directory /foo&gt;
+    DirectoryIndex index.html index.php
+&lt;/Directory&gt;
 
-# To replace the list, we must first reset it, then set the new list
-DirectoryIndex disabled
-DirectoryIndex index.py
+# Example C: To replace the list, you must explicitly do so:
+# In this example, only index.php will remain as an index resource.
+&lt;Directory /foo&gt;
+    DirectoryIndex index.html
+    DirectoryIndex disabled
+    DirectoryIndex index.php
+&lt;/Directory&gt;
     </pre>
 
 
index 0ddd5e43b4591004259d046253caa4378e052963..d70c32fd5cc867b1f3216b8a919e016a1cd0a383 100644 (file)
@@ -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:1353250 (outdated) -->
+<!-- English Revision: 420990:1353263 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d07582b1fa01eca39964883a410b9bc1f793239d..0995f5f2ef392225194651a7c20876eed81ebc4f 100644 (file)
@@ -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:1353250 (outdated) -->
+<!-- English Revision: 151408:1353263 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1d6a095a28e84b0184f26590c5575e03b19843d4..38001a98cca2626f442060a8c3b6d2ae337c7c12 100644 (file)
@@ -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:1353250 (outdated) -->
+<!-- English Revision: 1307726:1353263 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>