You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/01/14 10:49:48 UTC

svn commit: r1872765 [10/10] - in /httpd/httpd/trunk/docs/manual: ./ mod/

Modified: httpd/httpd/trunk/docs/manual/sections.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.html.en?rev=1872765&r1=1872764&r2=1872765&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sections.html.en (original)
+++ httpd/httpd/trunk/docs/manual/sections.html.en Tue Jan 14 10:49:47 2020
@@ -59,7 +59,8 @@ not true, the enclosed directives will b
 
 <p>The <code class="directive"><a href="./mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> directive
 encloses directives that will only be applied if an appropriate
-parameter is defined on the <code class="program"><a href="./programs/httpd.html">httpd</a></code> command line.  For example,
+parameter is defined on the <code class="program"><a href="./programs/httpd.html">httpd</a></code> command line, 
+or with a <code class="directive"><a href="./mod/core.html#define">Define</a></code> 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>