ResourceConfig Directive

Top - Docs - General - Server - Resource - Access - FAQ - Tutorials

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.


Virtual Host

This directive is valid in virtual host configuration.


Default

If you do not specify a ResourceConfig, HTTPd assumes:

ResourceConfig conf/srm.conf

Compile Option: RESOURCE_CONFIG_FILE


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
NCSA HTTPd Development Team / httpd@ncsa.uiuc.edu / 10-02-95