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:


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.


Return to access configuration overview

httpd@ncsa.uiuc.edu