]> granicus.if.org Git - apache/commitdiff
further markups
authorAstrid Kessler <kess@apache.org>
Thu, 12 Dec 2002 00:23:14 +0000 (00:23 +0000)
committerAstrid Kessler <kess@apache.org>
Thu, 12 Dec 2002 00:23:14 +0000 (00:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97883 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.html.en
docs/manual/stopping.xml

index 81bb7eae04ef572a8af2a2620ae6d85fbae46422..1c3511a3bb96e97904a5ebeae9c0b223a487f44b 100644 (file)
     it with a child from the new <em>generation</em> of the
     configuration, which begins serving new requests immediately.</p>
 
-    <div class="note">On certain platforms that do not allow USR1 to be used for a
-    graceful restart, an alternative signal may be used (such as
-    WINCH). The command <code>apachectl graceful</code> will send the
-    right signal for your platform.</div>
+    <div class="note">On certain platforms that do not allow <code>USR1</code> to
+    be used for a graceful restart, an alternative signal may be used (such
+    as <code>WINCH</code>). The command <code>apachectl graceful</code>
+    will send the right signal for your platform.</div>
 
     <p>This code is designed to always respect the process control
     directive of the MPMs, so the number of processes and threads
     been created, then create enough to pick up the slack. Hence the
     code tries to maintain both the number of children appropriate for
     the current load on the server, and respect your wishes with the
-    StartServers parameter.</p>
+    <code class="directive">StartServers</code> parameter.</p>
 
     <p>Users of the <code class="module"><a href="./mod/mod_status.html">mod_status</a></code>
     will notice that the server statistics are <strong>not</strong>
     command line argument (see <a href="programs/httpd.html">httpd</a>). This still will not
     guarantee that the server will restart correctly. To check the
     semantics of the configuration files as well as the syntax, you
-    can try starting httpd as a non-root user. If there are no
+    can try starting <code>httpd</code> as a non-root user. If there are no
     errors it will attempt to open its sockets and logs and fail
-    because it's not root (or because the currently running httpd
+    because it's not root (or because the currently running <code>httpd</code>
     already has those ports bound). If it fails for any other
     reason then it's probably a config file error and the error
     should be fixed before issuing the graceful restart.</div>
index 13e2061d784cbbc32a8dc835efed1c6d131a469e..62385302206189bac284e1fba8308eb26e487ec1 100644 (file)
     it with a child from the new <em>generation</em> of the
     configuration, which begins serving new requests immediately.</p>
 
-    <note>On certain platforms that do not allow USR1 to be used for a
-    graceful restart, an alternative signal may be used (such as
-    WINCH). The command <code>apachectl graceful</code> will send the
-    right signal for your platform.</note>
+    <note>On certain platforms that do not allow <code>USR1</code> to
+    be used for a graceful restart, an alternative signal may be used (such
+    as <code>WINCH</code>). The command <code>apachectl graceful</code>
+    will send the right signal for your platform.</note>
 
     <p>This code is designed to always respect the process control
     directive of the MPMs, so the number of processes and threads
@@ -97,7 +97,7 @@
     been created, then create enough to pick up the slack. Hence the
     code tries to maintain both the number of children appropriate for
     the current load on the server, and respect your wishes with the
-    StartServers parameter.</p>
+    <directive>StartServers</directive> parameter.</p>
 
     <p>Users of the <module>mod_status</module>
     will notice that the server statistics are <strong>not</strong>
     href="programs/httpd.html">httpd</a>). This still will not
     guarantee that the server will restart correctly. To check the
     semantics of the configuration files as well as the syntax, you
-    can try starting httpd as a non-root user. If there are no
+    can try starting <code>httpd</code> as a non-root user. If there are no
     errors it will attempt to open its sockets and logs and fail
-    because it's not root (or because the currently running httpd
+    because it's not root (or because the currently running <code>httpd</code>
     already has those ports bound). If it fails for any other
     reason then it's probably a config file error and the error
     should be fixed before issuing the graceful restart.</note>