From: Rich Bowen
Date: Fri, 3 Jan 2020 19:55:24 +0000 (+0000)
Subject: Variables may also be set using the Define directive
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1724
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=770a117d595425d8817c17d67b7c23b4288e4cd5;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 6e147d3808f..4ac440c78aa 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -71,7 +71,8 @@ not true, the enclosed directives will be ignored.
The IfDefine directive
encloses directives that will only be applied if an appropriate
-parameter is defined on the httpd command line. For example,
+parameter is defined on the httpd command line,
+or with a Define directive. For example,
with the following configuration, all requests will be redirected
to another site only if the server is started using
httpd -DClosedForNow: