ResourceConfigFile directive


Purpose

The ResourceConfigFile directive gives httpd the location of the resource configuration file.


Syntax

ResourceConfigFile file

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

Only one ResourceConfigFile directive is allowed in the configuration file.


Default

If you do not specify an ResourceConfigFile, httpd assumes:

ResourceConfigFile conf/srm.conf


Examples

ResourceConfigFile conf/resources

httpd looks for resource configuration in conf/resources in the ServerRoot directory.

ResourceConfigFile /httpd/admin/resources

httpd looks for resource configuration in the file /httpd/admin/resources.


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu