From 1b398e31a756d24199e41d90e2204126f3584326 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Include
directive, and wildcards can be used to include many configuration
files. Any directive may be placed in any of these configuration
- files. Changes to the main configuration files are only
+ files. Changes to the main configuration files are only
recognized by httpd when it is started or restarted.
The server also reads a file containing mime document types; @@ -79,13 +79,13 @@ Server.
If "ENVVAR" is the name of a valid environment variable, the value of that variable is substituted into that spot in the configuration file line, and processing continues as if that text - were found directly in the configuration file. (If the ENVVAR + were found directly in the configuration file. (If the ENVVAR variable is not found, the characters "${ENVVAR}" are left unchanged for use by later stages in the config file processing.)Only environment variables defined before the server is started
- can be used in expansions. Variables defined in the
+ can be used in expansions. Variables defined in the
configuration file itself, for example with SetEnv
, take effect too late to be
used for expansions in the configuration file.
<IfModule>
block.
+ presence of a particular module by enclosing them in an <IfModule>
block. However,
+ <IfModule>
blocks are not
+ required, and in some cases may mask the fact that you're missing an
+ important module.
To see which modules are currently compiled into the server,
- you can use the -l
command line option.
-l
command line option. You can also
+ see what modules are loaded dynamically using the -M
+ command line option.
The server also reads a file containing mime document types; @@ -82,13 +82,13 @@ Server.
If "ENVVAR" is the name of a valid environment variable, the value of that variable is substituted into that spot in the configuration file line, and processing continues as if that text - were found directly in the configuration file. (If the ENVVAR + were found directly in the configuration file. (If the ENVVAR variable is not found, the characters "${ENVVAR}" are left unchanged for use by later stages in the config file processing.)Only environment variables defined before the server is started
- can be used in expansions. Variables defined in the
+ can be used in expansions. Variables defined in the
configuration file itself, for example with
To see which modules are currently compiled into the server,
- you can use the -l
command line option.
-l
command line option. You can also
+ see what modules are loaded dynamically using the -M
+ command line option.