]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Variables may also be set using the Define directive
authorRich Bowen <rbowen@apache.org>
Fri, 3 Jan 2020 19:55:24 +0000 (19:55 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Jan 2020 19:55:24 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872297 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/sections.xml

index 6e147d3808f200bd86c411d0a25238c6084dac92..4ac440c78aa9125a39bef689222ae63c6aba8c1f 100644 (file)
@@ -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>