IndexOptions directive


Purpose

This directive specifies whether you want fancy directory indexing (with icons and file sizes) or standard directory indexing, and which options you want active for indexing.

If your documents are being served from an AFS drive, you will want to seriously consider turning fancy indexing off.


Syntax

IndexOptions opt1 opt2...

opt is an option name:

Only one IndexOptions directive should appear in the configuration file.


Default

If no IndexOptions directive is present, httpd assumes that none of the options should be on.


Example

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

NCSA httpd Development Team

httpd@ncsa.uiuc.edu