]> granicus.if.org Git - apache/commitdiff
Add a couple more user-visible changes to upgrading.html.
authorJoshua Slive <slive@apache.org>
Tue, 28 Nov 2000 21:57:41 +0000 (21:57 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 28 Nov 2000 21:57:41 +0000 (21:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87111 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.html
docs/manual/upgrading.html.en

index 077b5d290b1a00fca6fb777eb651d5f997b4df5e..81382923a19013950c151b0fac5b774f0d6e43dd 100644 (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>
 
index 077b5d290b1a00fca6fb777eb651d5f997b4df5e..81382923a19013950c151b0fac5b774f0d6e43dd 100644 (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>