<p>In the former case, the directives between the start and end
markers are only processed if a directive of the given name is
available at the time of processing. The second format reverses the test,
- and only processes the directives if the <var>directive-name</var> is
- <strong>not</strong> defined.</p>
+ and only processes the directives if <var>directive-name</var> is
+ <strong>not</strong> available.</p>
<div class="note">This section should only be used if you need to have one
configuration file that works across multiple versions of
<var>test</var>>...</IfSection></code> section is used
to mark directives that are conditional on the presence of a
specific section directive. A section directive is any directive
- such as <code class="directive"><virtualhost></code> which
+ such as <code class="directive"><VirtualHost></code> which
encloses other directives, and has a directive name with a leading
- "<". The sec
+ "<".</p>
- The directives within an <code class="directive"><IfSection></code> section are only processed if the <var>test</var>
+ <p>The directives within an <code class="directive"><IfSection></code> section are only processed if the <var>test</var>
is true. If <var>test</var> is false, everything between the start and
end markers is ignored.</p>
- <p>The <var>section-name</var> specified must not include the
- leading "<". The <var>test</var> in the <code class="directive"><IfSection></code> section can be one of two
- forms:</p>
+ <p>The <var>section-name</var> must be specified without either
+ the leading "<" or closing ">". The <var>test</var> in the
+ <code class="directive"><IfSection></code> section can be one
+ of two forms:</p>
<ul>
<li><var>section-name</var></li>
<li>!<var>section-name</var></li>
</ul>
- <p>In the former case, the directives between the start and
- end markers are only processed if a section directive of the given
+ <p>In the former case, the directives between the start and end
+ markers are only processed if a section directive of the given
name is available at the time of processing. The second format
- reverses the test, and only processes the directives if the
- <var>section-name</var> is <strong>not</strong> defined.</p>
+ reverses the test, and only processes the directives if
+ <var>section-name</var> is <strong>not</strong> an available
+ section directive.</p>
<p>For example:</p>