slive 00/11/28 13:57:49
Modified: htdocs/manual upgrading.html Log: Add a couple more user-visible changes to upgrading.html. Revision Changes Path 1.3 +16 -2 httpd-docs-2.0/htdocs/manual/upgrading.html Index: upgrading.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/upgrading.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -b -u -r1.2 -r1.3 --- upgrading.html 2000/11/22 19:53:50 1.2 +++ upgrading.html 2000/11/28 21:57:41 1.3 @@ -61,7 +61,7 @@ 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 @@ <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 @@ <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>