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 standalonemaking this directive irrelevant.
AccessConfigandResourceConfig- These directives have been removed as they mirror the functionality of theIncludedirective. If theAccessConfigandResourceConfigdirectives are set, replace them withIncludedirectives.To ensure that the files are read in the order implied by the older directives, the
Includedirectives should be placed at the end of thehttpd.conf, with the one corresponding toResourceConfigpreceding the one corresponding toAccessConfig. If using the default values, include them explicitly asconf/srm.confandconf/access.conffiles.