diff options
author | Joshua Slive <slive@apache.org> | 2000-11-28 22:57:41 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-11-28 22:57:41 +0100 |
commit | 48c4bb7e416b016269a4c461854701dcc90b406f (patch) | |
tree | a24e0a05be67ab4b195e16f91487867fe01784a7 /docs/manual/upgrading.html | |
parent | Add a little more detail on starting Apache for the benefit of beginners. (diff) | |
download | apache2-48c4bb7e416b016269a4c461854701dcc90b406f.tar.xz apache2-48c4bb7e416b016269a4c461854701dcc90b406f.zip |
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
Diffstat (limited to 'docs/manual/upgrading.html')
-rw-r--r-- | docs/manual/upgrading.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/manual/upgrading.html b/docs/manual/upgrading.html index 077b5d290b..81382923a1 100644 --- a/docs/manual/upgrading.html +++ b/docs/manual/upgrading.html @@ -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> |