You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/16 15:08:02 UTC

svn commit: r1059562 - /httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml

Author: rbowen
Date: Sun Jan 16 14:08:01 2011
New Revision: 1059562

URL: http://svn.apache.org/viewvc?rev=1059562&view=rev
Log:
Provide the IndexIgnore example that's in the httpd-autoindex config
file in extras.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml?rev=1059562&r1=1059561&r2=1059562&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml Sun Jan 16 14:08:01 2011
@@ -519,7 +519,7 @@ a directory</description>
     directory).</p>
 
     <example>
-      IndexIgnore README .htaccess *.bak *~
+      IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
     </example>
 </usage>
 </directivesynopsis>