Options directive


Purpose

The Options directive controls which server features are available in a given directory.


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:


File

access.conf

Default

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

Options All


Example

Options Indexes FollowSymLinks

The server would allow users to index this directory and its subdirectories, and would allow symbolic links to be used within.


[Back] Return to access configuration overview
NCSA HTTPd Development Team / httpd@ncsa.uiuc.edu / Last Modified 7-12-95