From ac47087550f5b9f90ed668b04453d85c8ab1b642 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 18 Aug 2001 19:49:59 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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)
-- 2.50.1