You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/12/21 06:43:37 UTC

cvs commit: httpd-2.0/docs/manual upgrading.html

slive       00/12/20 21:43:36

  Modified:    docs/manual upgrading.html
  Log:
  Small update to add reference to developer docs
  and correct graceful restart signal.
  
  Revision  Changes    Path
  1.6       +3 -2      httpd-2.0/docs/manual/upgrading.html
  
  Index: upgrading.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- upgrading.html	2000/12/11 00:45:40	1.5
  +++ upgrading.html	2000/12/21 05:43:36	1.6
  @@ -94,7 +94,7 @@
   <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 @@
   
   <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>