[deployment-guide/comm-rel: 512/727] Updated the IndexIgnore directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:07:57 UTC 2010


commit 9f8560f006b6017ef1a74263bc1f8fc387d73609
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Sat Aug 28 16:40:18 2010 +0200

    Updated the IndexIgnore directive description.

 en-US/The_Apache_HTTP_Server.xml |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index d3d7c2a..ea5291e 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -1062,21 +1062,23 @@ ErrorDocument 404 /404-not_found.html</screen>
             </example>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term><option>IndexIgnore</option></term>
+          <listitem>
+            <para>
+              The <option>IndexIgnore</option> directive allows you to specify a list of filenames to be omitted from server-generated directory listings. It takes the following form:
+            </para>
+            <screen>IndexIgnore <replaceable>filename</replaceable>...</screen>
+            <para>
+              The <replaceable>filename</replaceable> option can be either a full filename, or a wildcard expression.
+            </para>
+            <example id="example-apache-httpdconf-indexignore">
+              <title>Using the <option>IndexIgnore</option> directive</title>
+              <screen>IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t</screen>
+            </example>
+          </listitem>
+        </varlistentry>
       </variablelist>
-      <formalpara id="s2-apache-indexignore">
-        <title>IndexIgnore</title>
-        <indexterm>
-          <primary><command>IndexIgnore</command></primary>
-          <secondary>Apache configuration directive</secondary>
-        </indexterm>
-        <indexterm>
-          <primary>configuration directives, Apache</primary>
-          <secondary><command>IndexIgnore</command></secondary>
-        </indexterm>
-        <para>
-          <command>IndexIgnore</command> lists file extensions, partial file names, wildcard expressions, or full file names. The Web server does not include any files which match any of those parameters in server generated directory listings.
-        </para>
-      </formalpara>
       <formalpara id="s2-apache-indexoptions">
         <title>IndexOptions</title>
         <indexterm>


More information about the docs-commits mailing list