ResourceConfig directive


Purpose

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


Syntax

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


Default

If you do not specify an ResourceConfig, httpd assumes:

ResourceConfig conf/srm.conf


Examples

ResourceConfig conf/resources

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

ResourceConfig /httpd/admin/resources

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


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu