From: Rich Bowen Date: Sat, 18 Aug 2001 19:49:59 +0000 (+0000) Subject: Added a little more detail to the SuppressDescription argument to IndexOptions X-Git-Tag: 2.0.25~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac47087550f5b9f90ed668b04453d85c8ab1b642;p=apache Added a little more detail to the SuppressDescription argument to IndexOptions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 8f321082f9..ff83511729 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -712,6 +712,14 @@ That behavior is now controled by This will suppress the file description in fancy indexing listings. +By default, files have no descriptions, and so the use of this option +will regain 40 characters of screen space to use for something else. +See AddDescription +for information about setting the file description. See also the +DescriptionWidth +index option to limit the size of the description column. +
SuppressHTMLPreamble (Apache 1.3 and later)