Other Global Environment Changes
The following directives have been removed from Apache HTTP Server 2.0's configuration:
ServerType
- The Apache HTTP Server can only be run asServerType standalone
making this directive irrelevant.
AccessConfig
andResourceConfig
- These directives have been removed as they mirror the functionality of theInclude
directive. If theAccessConfig
andResourceConfig
directives are set, replace them withInclude
directives.To ensure that the files are read in the order implied by the older directives, the
Include
directives should be placed at the end of thehttpd.conf
, with the one corresponding toResourceConfig
preceding the one corresponding toAccessConfig
. If using the default values, include them explicitly asconf/srm.conf
andconf/access.conf
files.