Submitted by: Ilia Soldis <rkai@tversu.ru>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96571
13f79535-47bb-0310-9956-
ffa450edef68
<li>The <code>AddModule</code> and
<code>ClearModuleList</code> directives no longer exist.
- These directives where used to ensure that modules could be
+ These directives were used to ensure that modules could be
enabled in the correct order. The new Apache 2.0 API allows
modules to explicitly specify their ordering, eliminating the
need for these directives.</li>
<li>The <code>AddModule</code> and
<code>ClearModuleList</code> directives no longer exist.
- These directives where used to ensure that modules could be
+ These directives were used to ensure that modules could be
enabled in the correct order. The new Apache 2.0 API allows
modules to explicitly specify their ordering, eliminating the
need for these directives.</li>
Details are provided in the <a href="developer/">developer
documentation</a>.</p>
</section>
-</manualpage>
\ No newline at end of file
+</manualpage>