From: Joshua Slive Date: Tue, 23 Mar 2004 00:54:13 +0000 (+0000) Subject: Backport: X-Git-Tag: 2.0.50~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c939e54d31bf9b22088cd9eb92510f7a5b8880a;p=thirdparty%2Fapache%2Fhttpd.git Backport: Fix description of Indexignore argument. PR: 25870 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103091 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 1293a134dc0..a317c1a4551 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -487,14 +487,14 @@ a directory

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a - file extension, partial filename, wildcard expression or full - filename for files to ignore. Multiple IndexIgnore directives add + shell-style wildcard expression or full + filename. Multiple IndexIgnore directives add to the list, rather than the replacing the list of ignored files. By default, the list contains . (the current directory).

- IndexIgnore README .htaccess *~ + IndexIgnore README .htaccess *.bak *~

@@ -865,4 +865,4 @@ of the index listing - \ No newline at end of file + diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 23e95092711..74a7a0572dd 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -494,14 +494,14 @@ a directory

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a - file extension, partial filename, wildcard expression or full - filename for files to ignore. Multiple IndexIgnore directives add + shell-style wildcard expression or full + filename. Multiple IndexIgnore directives add to the list, rather than the replacing the list of ignored files. By default, the list contains . (the current directory).

- IndexIgnore README .htaccess *~ + IndexIgnore README .htaccess *.bak *~