httpd
to
generate a hypertext view of the directory listing. There are
numerous configuration directives controlling this feature:
DirAccess
- Enable/Selective/Disable directory listings
DirReadme
- Configure/disable README-feature
DirShowIcons
- Show icons in directory listings
DirShowDate
- show last-modified date
DirShowSize
- show file sizes
DirShowBytes
- show byte count for small files
DirShowDescription
- show descriptions for files
DirShowMaxDescrLength
- maximum description length
DirShowBrackets
- use brackets around ALTernative text used instead of an icon
DirShowMinLength
- minimum width to reserve for filenames
DirShowMaxLength
- maximum width to reserve for filenames
DirShowHidden
- show also files starting with a dot (hidden Unix files)
DirShowOwner
- show owner of the file
DirShowGroup
- show group of the file
DirShowMode
- show permissions of the file
DirShowCase
- do sorting in a case-sensitive manner
AddIcon
- bind icon URL to a MIME Content-Type or Content-Encoding
AddBlankIcon
- icon URL used in the heading of the listing to align it
AddUnknownIcon
- icon URL for unknown file types
AddDirIcon
- icon URL for directories
AddParentIcon
- icon URL for parent directory
DirAccess on
-dy
command line option.
Default.
DirAccess off
-dn
command line option.
DirAccess selective
.www_browsable
are allowed.
Synonym with -ds
command line option.
DirReadme top
README
file, include the text at the top of the directory listing.
Synonym with -dt
command line option.
Default.
DirReadme bottom
README
appear
on the bottom.
Synonym with -db
command line option.
DirReadme off
README
inclusion feature.
Synonym with -dr
command line option.
On/Off
directives control how the directory
listings look like. The default is to show icons, use brackets around
ALTernaltive text, show last-modifid, size and description, and allow
filename field width to vary between 15-22 characters, and reserve
25 characters for description.
DirShowIcons
AddIcon
configuration
directive. Default.
DirShowDate
DirShowSize
DirShowBytes
On
will cause the exact byte count
to appear.
DirShowDescription
At the time of release of 2.17 there was no consensus about where the descriptions come from, and the mechanism is currently undocumented. For HTML files description it the TITLE element; for other files the description field is left empty.
DirShowMaxDescrLenght
DirShowBrackets
DirShowHidden
DirShowOwner
DirShowGroup
DirShowMode
DirShowCase
DirShowMinLength
num
DirShowMaxLength
num
DirShowMinLength 15 DirShowMaxLength 25