From: Jim Jagielski Date: Tue, 28 Aug 2007 19:28:06 +0000 (+0000) Subject: Document new IndexOptions options X-Git-Tag: 2.3.0~1514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d689f0cf1580da3382249d6dddcd7e78d4d049c9;p=thirdparty%2Fapache%2Fhttpd.git Document new IndexOptions options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 47282615589..1a876a39a52 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