coar 98/10/15 23:48:12
Modified: htdocs/manual/mod mod_autoindex.html
Log:
Add a note about the size restriction on AddDescription text.
PR: 3218
Revision Changes Path
1.28 +9 -1 apache-1.3/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mod_autoindex.html 1998/10/06 19:54:01 1.27
+++ mod_autoindex.html 1998/10/16 06:48:11 1.28
@@ -207,7 +207,15 @@
to describe. <EM>String</EM> is enclosed in double quotes
(<CODE>"</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 SuppressSize</CODE>, and 19 bytes may be
+added if <CODE>IndexOptions 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 <?INDEX {\tt AddIcon} directive> -->