Options directive


Purpose

The Options directive controls which server features are available in a given directory. The Windows version supports only one discrete option, so all is redundant. This will change in the future.


Scope

This directive applies to both the Global ACF as well as per-directory ACFs.


Syntax

Options opt1 opt2 ... optn

Each opt is one of the following:


Default

If no Options directives are given for this directory or any of its parents, httpd assumes:

Options All


Example

Options Indexes

The server would allow users to index this directory and its subdirectories.

Return to access configuration overview


Robert B. Denny <rdenny@netcom.com>