diff options
author | Astrid Malo <kess@apache.org> | 2002-12-12 01:23:14 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2002-12-12 01:23:14 +0100 |
commit | decf33d6d8c4d95d9eb73fc77369b8f199b9f131 (patch) | |
tree | 0f41eccd770a1ac4a05929109f63ec6a60fb3820 /docs/manual/stopping.xml | |
parent | small markup issues (diff) | |
download | apache2-decf33d6d8c4d95d9eb73fc77369b8f199b9f131.tar.xz apache2-decf33d6d8c4d95d9eb73fc77369b8f199b9f131.zip |
further markups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.xml')
-rw-r--r-- | docs/manual/stopping.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 13e2061d78..6238530220 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -82,10 +82,10 @@ 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> @@ -135,9 +135,9 @@ 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> |