diff options
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/sections.xml | 3 |
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> |