AccessConfigFile directive


Purpose

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


Syntax

AccessConfigFile 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 AccessConfigFile directive is allowed in the configuration file.


Default

If you do not specify an AccessConfigFile, httpd assumes:

AccessConfigFile conf/access.conf


Examples

AccessConfigFile conf/access-global

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

AccessConfigFile /httpd/admin/access

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


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu