
This directory holds Apache 2.4 module-specific configuration files;
any files in this directory which have the ".conf" extension will be
processed as Apache configuration files.

Files are processed in alphabetical order, so if using configuration
directives which depend on, say, mod_perl being loaded, ensure that
these are placed in a filename later in the sort order than "perl.conf".

To ease up the above rule all configuration files that should follow some
relative ordering should be prefixed with a 2 digit number. The following
ranges should be observed:

00 - 09:
	configuration files that modify the main server config,
	including module loading (but not configuration). Loading
	modules in this range later configs to be conditional on
	the prescence/abscence of a module.

20 - 40:
	configuration files that configure extra modules, loading
	directives are preferably put earlier (see above).

80 - 99:
	configuration files for web applications.

