From dd7fd9a797f2bf3956b7082a655884f7d61c2a8b Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 8 Jul 1997 19:58:33 +0000 Subject: [PATCH] Fix mod_dir references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78569 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/compat_notes.html | 6 +++--- docs/manual/mod/core.html | 22 +++++++++++----------- docs/manual/mod/mod_autoindex.html | 26 +++++++++++++------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index d12ac75f79..7d13fbaa89 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -86,14 +86,14 @@ href="http://www.apache.org/bugdb.cgi">let us know. If you are using the same srm.conf from an old distribution, make sure you add the new AddIcon, AddIconByType, and DefaultIcon directives. diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index b469c1d447..3502be69e7 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -169,17 +169,17 @@ Allow use of the directives controlling document types
Allow use of the directives controlling directory indexing -(AddDescription, -AddIcon, -AddIconByEncoding, -AddIconByType, -DefaultIcon, -DirectoryIndex, -FancyIndexing, -HeaderName, -IndexIgnore, -IndexOptions, -ReadmeName, etc.). +(AddDescription, +AddIcon, +AddIconByEncoding, +AddIconByType, +DefaultIcon, +DirectoryIndex, +FancyIndexing, +HeaderName, +IndexIgnore, +IndexOptions, +ReadmeName, etc.).
Limit
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 82ebd0db09..a9e72415d2 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -62,7 +62,7 @@ The two functions are separated so that you can completely remove Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. File is a file @@ -79,7 +79,7 @@ image-incapable or has image loading disabled. Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a @@ -95,7 +95,7 @@ image-incapable or has image loading disabled. Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-type is a @@ -112,7 +112,7 @@ image-incapable or has image loading disabled. Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the description to display for a file, for FancyIndexing. File is a file @@ -128,7 +128,7 @@ to describe. String is enclosed in double quotes Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the icon to display next to a file ending in name for FancyIndexing. Icon is either a @@ -154,7 +154,7 @@ AddIcon, when possible.


Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the icon to display next to files with mime-encoding for FancyIndexing. @@ -174,7 +174,7 @@ AddIconByEncoding /icons/compress.xbm x-compress Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

This sets the icon to display next to files of type mime-type for FancyIndexing. Icon is either a @@ -193,7 +193,7 @@ AddIconByType (IMG,/icons/image.xbm) image/* Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. @@ -208,7 +208,7 @@ DefaultIcon /icon/unknown.xbm Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The FancyIndexing directive sets the FancyIndexing option for a directory. Boolean can be on or off. The @@ -221,7 +221,7 @@ preference.


Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The HeaderName directive sets the name of the file that will be inserted at the top of the index listing. Filename is the name of the file @@ -242,7 +242,7 @@ it will include the plain text file /web/HEADER, if it exists. Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a file extension, partial filename, @@ -259,7 +259,7 @@ IndexIgnore README .htaccess *~ Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The IndexOptions directive specifies the behavior of the directory indexing. Option can be one of @@ -332,7 +332,7 @@ directory.


Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
-Module: mod_dir

+Module: mod_autoindex

The ReadmeName directive sets the name of the file that will be appended to the end of the index listing. Filename is the name of the file -- 2.50.1