AccessConfig directive


Purpose

The AccessConfig directive gives httpd the location of the global access configuration file.


Syntax

AccessConfig file

file is the name of the global access configuration file. It is either a full pathname, or a partial pathname relative to ServerRoot.

Only one AccessConfig directive is allowed in the configuration file.


Default

If you do not specify an AccessConfig, httpd assumes:

AccessConfig conf/access.conf


Examples

AccessConfig conf/access-global

httpd looks for access configuration in the file conf/access-global in the ServerRoot directory.

AccessConfig /httpd/admin/access

httpd looks for access configuration in the file /httpd/admin/access.


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu