Commit 482005b7 authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 1868e2bb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>
+3 −2
Original line number Diff line number Diff line
@@ -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>