From: Vincent Bray CGIMapExtension
ContentDigest
DefaultType
Define
<Directory>
<DirectoryMatch>
DocumentRoot
Description: | Define the existence of a variable |
---|---|
Syntax: | Define parameter-name |
Context: | server config |
Status: | Core |
Module: | core |
Equivalent to passing the -D
argument to httpd.
This directive can be used to toggle the use of <IfDefine>
sections without needing to alter
+ -D
arguments in any startup scripts.
The parameter-name argument is a define as given on
- the httpd
command line via -Dparameter-
-
, at the time the server was started.
The parameter-name argument is a define as given on the
+ httpd
command line via -Dparameter
+
at the time the server was started or by the Define
directive.
<IfDefine>
sections are
nest-able, which can be used to implement simple
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 2e4c64fe30f..7be32ac361f 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+