summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2020-01-03 20:55:24 +0100
committerRich Bowen <rbowen@apache.org>2020-01-03 20:55:24 +0100
commit770a117d595425d8817c17d67b7c23b4288e4cd5 (patch)
tree8fe359f10fba8825ef0987d596da980b87fe21cf /docs/manual
parentrebuild metafiles (diff)
downloadapache2-770a117d595425d8817c17d67b7c23b4288e4cd5.tar.xz
apache2-770a117d595425d8817c17d67b7c23b4288e4cd5.zip
Variables may also be set using the Define directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/sections.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 6e147d3808..4ac440c78a 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -71,7 +71,8 @@ not true, the enclosed directives will be ignored.</p>
<p>The <directive type="section" module="core">IfDefine</directive> directive
encloses directives that will only be applied if an appropriate
-parameter is defined on the <program>httpd</program> command line. For example,
+parameter is defined on the <program>httpd</program> command line,
+or with a <directive module="core">Define</directive> directive. For example,
with the following configuration, all requests will be redirected
to another site only if the server is started using
<code>httpd -DClosedForNow</code>:</p>