diff options
author | Joshua Slive <slive@apache.org> | 2000-12-21 06:43:36 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-12-21 06:43:36 +0100 |
commit | 38478237d1b0ad34b372e67efaee3a4ff1c8976a (patch) | |
tree | c0521ea74135a81c3192ffd33717cfe4b7bfe1d4 /docs/manual/upgrading.html | |
parent | A few small changes to bring this up to 2.0. (diff) | |
download | apache2-38478237d1b0ad34b372e67efaee3a4ff1c8976a.tar.xz apache2-38478237d1b0ad34b372e67efaee3a4ff1c8976a.zip |
Small update to add reference to developer docs
and correct graceful restart signal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.html')
-rw-r--r-- | docs/manual/upgrading.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/upgrading.html b/docs/manual/upgrading.html index 999a6cf8af..4a4746285c 100644 --- a/docs/manual/upgrading.html +++ b/docs/manual/upgrading.html @@ -94,7 +94,7 @@ mod_log_config.</li> <UL> <li>Graceful restarts of the server are now executed by signaling the -parent process with <code>SIGWINCH</code> rather than +parent process with <code>WINCH</code> rather than <code>USR1</code>.</li> <li>The <code>httpd</code> command line option <code>-S</code> @@ -119,7 +119,8 @@ has been replaced with mod_file_cache.</li> <p>Extensive changes were made to the server API in Apache 2.0. Existing modules designed for the Apache 1.3 API will <strong>not</strong> -work in Apache 2.0 without modification. Details to follow. +work in Apache 2.0 without modification. Details are provided in +the <a href="developer/">developer documentation</a>.</p> <!--#include virtual="footer.html" --> </BODY> |