From: Ken Coar Date: Fri, 16 Oct 1998 06:48:11 +0000 (+0000) Subject: Add a note about the size restriction on AddDescription text. X-Git-Tag: 1.3.4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f01495f7f1119754b4eebb5ff3f422e04601f78;p=apache Add a note about the size restriction on AddDescription text. PR: 3218 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82266 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 641038b600..62087f1e38 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -207,7 +207,15 @@ extension, partial filename, wild-card expression or full filename for files to describe. String is enclosed in double quotes ("). Example:
AddDescription "The planet Mars" /web/pics/mars.gif -


+ +

+The description field is 23 bytes wide. 7 more bytes may be +added if the directory is covered by an +IndexOptions SuppressSize, and 19 bytes may be +added if IndexOptions SuppressLastModified is +in effect. The widest this column can be is therefore 49 bytes. +

+

AddIcon