You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2020/01/03 19:55:25 UTC

svn commit: r1872297 - /httpd/httpd/trunk/docs/manual/sections.xml

Author: rbowen
Date: Fri Jan  3 19:55:24 2020
New Revision: 1872297

URL: http://svn.apache.org/viewvc?rev=1872297&view=rev
Log:
Variables may also be set using the Define directive

Modified:
    httpd/httpd/trunk/docs/manual/sections.xml

Modified: httpd/httpd/trunk/docs/manual/sections.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml?rev=1872297&r1=1872296&r2=1872297&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.xml (original)
+++ httpd/httpd/trunk/docs/manual/sections.xml Fri Jan  3 19:55:24 2020
@@ -71,7 +71,8 @@ not true, the enclosed directives will b
 
 <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>