assure that Apache reads the configuration files in the same order as
was implied by the older directives, the <code>Include</code>
directives should be placed at the end of httpd.conf, with the one for
-<code>srm.conf</code> preceeding the one of
+<code>srm.conf</code> preceding the one of
<code>access.conf</code>.</li>
<li>The <code>BindAddress</code> directive no longer exists.
<li>The <code>ServerType</code> directive no longer exists.
The method used to serve requests is now determined by the selection
-of MPM. There is currently no MPM designed to be launced by
+of MPM. There is currently no MPM designed to be launched by
inetd.</li>
<li>Many directives that were in the core server in Apache 1.3
<H3>Misc Changes</H3>
<UL>
+
+<li>Graceful restarts of the server are now executed by signaling the
+parent process with <code>SIGWINCH</code> rather than
+<code>USR1</code>.</li>
+
+<li>The <code>httpd</code> command line option <code>-S</code>
+which was used for printing the virtual host configuration has
+been replaced by <code>-t -D DUMP_VHOSTS</code>.</li>
+
+<li>The <code>httpd</code> command line option <code>-X</code> has
+been removed. Most MPMs allow the same functionality to be requested
+by setting the <code>ONE_PROCESS</code> and <code>NO_DETACH</code>
+environment variables prior to launching <code>httpd</code>.</li>
+
<li>The module mod_auth_digest, which was experimental in Apache 1.3
is now a standard module.</li>
assure that Apache reads the configuration files in the same order as
was implied by the older directives, the <code>Include</code>
directives should be placed at the end of httpd.conf, with the one for
-<code>srm.conf</code> preceeding the one of
+<code>srm.conf</code> preceding the one of
<code>access.conf</code>.</li>
<li>The <code>BindAddress</code> directive no longer exists.
<li>The <code>ServerType</code> directive no longer exists.
The method used to serve requests is now determined by the selection
-of MPM. There is currently no MPM designed to be launced by
+of MPM. There is currently no MPM designed to be launched by
inetd.</li>
<li>Many directives that were in the core server in Apache 1.3
<H3>Misc Changes</H3>
<UL>
+
+<li>Graceful restarts of the server are now executed by signaling the
+parent process with <code>SIGWINCH</code> rather than
+<code>USR1</code>.</li>
+
+<li>The <code>httpd</code> command line option <code>-S</code>
+which was used for printing the virtual host configuration has
+been replaced by <code>-t -D DUMP_VHOSTS</code>.</li>
+
+<li>The <code>httpd</code> command line option <code>-X</code> has
+been removed. Most MPMs allow the same functionality to be requested
+by setting the <code>ONE_PROCESS</code> and <code>NO_DETACH</code>
+environment variables prior to launching <code>httpd</code>.</li>
+
<li>The module mod_auth_digest, which was experimental in Apache 1.3
is now a standard module.</li>