Apache Reference: http_core, ResourceConfig

ResourceConfig

Extra Resource Configuration File (Deprecated)
Syntax: ResourceConfig A
Example: ResourceConfig /dev/null
Since: Apache 1.0

The server reads the specified file for more directives after reading the httpd.conf file. The argument file is relative to the ServerRoot. Historically, this file contained most of the directives, except for the server configuration directives and the Directory sections in NCSA httpd (the ancestor of Apache). Since the early Apache days, however, it has been to contain any server directives allowed in the server configuration context. This directive has been officially deprecated since Apache 1.3 and is typically disabled using ``ResourceConfig /dev/null''.