Apache Reference: http_core, AccessConfig
AccessConfig
Extra Access Configuration File (Deprecated)
Syntax: AccessConfig A
Example: AccessConfig /dev/null
Since: Apache 1.0
Apache will read file for more directives after reading the ResourceCon==fig file. Here, the argument file is relative to the ServerRoot. Historically, this file contained only <Directory> sections in NCSA httpd (the ancestor of Apache); since the early Apache days, however, it was able to use any server directive allowed in the server configuration context. Thus this directive has been officially deprecated since Apache 1.3 and is usually disabled using ``
AccessConfig /dev/null''.