]> granicus.if.org Git - apache/commitdiff
mention IndexIgnore limitation in DirectoryMatch and friends as currently
authorEric Covener <covener@apache.org>
Sun, 27 Nov 2011 08:18:10 +0000 (08:18 +0000)
committerEric Covener <covener@apache.org>
Sun, 27 Nov 2011 08:18:10 +0000 (08:18 +0000)
documented only in bugzilla (PR51471)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206682 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.xml

index c05f3ffb232cd23225beb83d121ccc85b249fde7..81f384dddb765ced1bdeca22f9d6c413274adf02 100644 (file)
@@ -531,6 +531,13 @@ a directory</description>
     <example>
       IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
     </example>
+
+    <note><title>Regular Expressions</title>
+      <p>This directive does not currently work in configuration sections
+      that have regular expression arguments, such as  <directive
+      module="core" type="section">DirectoryMatch</directive>
+      </p>
+    </note>
 </usage>
 </directivesynopsis>