Apache Reference: mod_autoindex, AddDescription
AddDescription
Description Text for File
Syntax: AddDescription text file [file ...]
Example: AddDescription "Obsolete" foo-*.tar.gz
Since: Apache 1.0
This directive sets (one or more times) the description text to display for a file for FancyIndexing. The file argument can contain a file extension, partial file name, wildcard expression, or full file name. The text argument is enclosed in double quotes and can be a maximum of 23 characters long. Seven more characters may be added if the directory is covered by an ``
IndexOptions SuppressSize'', and 19 characters may be added if ``IndexOptions SuppressLastModified'' is in effect. The absolute maximum width of this column is therefore 49 characters.