Add a couple more user-visible changes to upgrading.html.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2000-11-28 21:57:41 +00:00
parent af8a254c46
commit 48c4bb7e41
2 changed files with 32 additions and 4 deletions

View File

@ -61,7 +61,7 @@ files, you may need to add <code>Include conf/access.conf</code> and
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.
@ -74,7 +74,7 @@ of the new MPM system.</li>
<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
@ -86,6 +86,20 @@ are now in the MPMs.</li>
<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>