From d689f0cf1580da3382249d6dddcd7e78d4d049c9 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 28 Aug 2007 19:28:06 +0000 Subject: [PATCH] Document new IndexOptions options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570535 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 4728261558..1a876a39a5 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -525,6 +525,36 @@ indexing of

+
Charset=character-set (Apache 2.0.61 and + later)
+ +
The Charset keyword allows you to + specify the character set of the generated page. The + default is either ISO-8859-1 or UTF-8, + depending on whether the underlying file system is unicode + or not. + + Example: + IndexOptions Charset=UTF-8 + +
+ +
ContentType=MIME content-type (Apache 2.0.61 and + later)
+ +
The ContentType keyword allows you to + specify the MIME content-type of the generated page. The default + is text/html. + + Example: + IndexOptions ContentType=text/plain + +
+
DescriptionWidth=[n | *] (Apache 2.0.23 and -- 2.40.0