If your documents are being served from an AFS drive, you will want to seriously consider turning fancy indexing off.
IndexOptions opt1 opt2...
opt
is an option name:
FancyIndexing
turns FancyIndexing on
IconsAreLinks
makes the icons part of the anchor for
the filename
ScanHTMLTitles
will cause httpd to fill in the
description field of any unknown HTML document with its title (title
must be within 256 bytes of the start of the file). You should NOT
turn this option on unless your server has CPU time to spare.
SuppressLastModified
will cause httpd not to print
the last date of modification in index listings.
SuppressSize
will cause httpd not to print the size
of the files in index listings.
SuppressDescription
will cause httpd not to print
descriptions for any files.
Only one IndexOptions directive should appear in the configuration
file.
IndexOptions FancyIndexing IconsAreLinks
This will turn on fancy indexing with icons, and the icons will be part of the links to the files.
Return to Resource Configuration File Overview
httpd@ncsa.uiuc.edu