]> granicus.if.org Git - apache/commitdiff
Small update to add reference to developer docs
authorJoshua Slive <slive@apache.org>
Thu, 21 Dec 2000 05:43:36 +0000 (05:43 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 21 Dec 2000 05:43:36 +0000 (05:43 +0000)
and correct graceful restart signal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87488 13f79535-47bb-0310-9956-ffa450edef68

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

index 999a6cf8afd906f55b2fee9fa123e97e8bc66fd1..4a4746285c46d4459eb90a6f88f0f60cd3eb1bc8 100644 (file)
@@ -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>
index 999a6cf8afd906f55b2fee9fa123e97e8bc66fd1..4a4746285c46d4459eb90a6f88f0f60cd3eb1bc8 100644 (file)
@@ -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>