]> granicus.if.org Git - apache/commitdiff
Add a note about the size restriction on AddDescription text.
authorKen Coar <coar@apache.org>
Fri, 16 Oct 1998 06:48:11 +0000 (06:48 +0000)
committerKen Coar <coar@apache.org>
Fri, 16 Oct 1998 06:48:11 +0000 (06:48 +0000)
PR: 3218

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82266 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index 641038b6001236df9318f0c6a1c15a0fd31c84a6..62087f1e3813419953257dffb23547cf18ec5f53 100644 (file)
@@ -207,7 +207,15 @@ extension, partial filename, wild-card expression or full filename for files
 to describe. <EM>String</EM> is enclosed in double quotes
 (<CODE>&quot;</CODE>). Example:
 <BLOCKQUOTE><CODE>AddDescription "The planet Mars" /web/pics/mars.gif
-</CODE></BLOCKQUOTE><P><HR>
+</CODE></BLOCKQUOTE>
+<P>
+The description field is 23 bytes wide.  7 more bytes may be
+added if the directory is covered by an
+<CODE>IndexOptions&nbsp;SuppressSize</CODE>, and 19 bytes may be
+added if <CODE>IndexOptions&nbsp;SuppressLastModified</CODE> is
+in effect.  The widest this column can be is therefore 49 bytes.
+</P>
+<HR>
 
 <H2><A NAME="addicon">AddIcon</A></H2>
 <!--%plaintext &lt;?INDEX {\tt AddIcon} directive&gt; -->