summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-13 01:32:26 +0000
committerRich Bowen <rbowen@apache.org>2002-06-13 01:32:26 +0000
commitb5cef2f91ec3d66b711def71e9472ccd2833a1c6 (patch)
tree4b0620a4f1d5a776544e6c10a54093a6e0a1bc01
parent7509fbad7ab4cffd1697e113d445d005e7b87751 (diff)
downloadhttpd-b5cef2f91ec3d66b711def71e9472ccd2833a1c6.tar.gz
Example of PidFile directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mpm_common.html.en4
-rw-r--r--docs/manual/mod/mpm_common.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index fca1d7af10..0b64df8937 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -199,6 +199,10 @@ of the daemon</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Synt
filename does not begin with a slash (/) then it is assumed to be
relative to the <a href="core.html#serverroot" class="directive"><code class="directive">ServerRoot</code></a>.</p>
+ <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
+ PidFile /var/run/apache.pid
+ </code></td></tr></table></blockquote>
+
<p>It is often useful to be able to send the server a signal,
so that it closes and then reopens its <a href="core.html#errorlog" class="directive"><code class="directive">ErrorLog</code></a> and TransferLog, and
re-reads its configuration files. This is done by sending a
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 1156861215..3bddcf1b9a 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -92,6 +92,10 @@ of the daemon</description>
filename does not begin with a slash (/) then it is assumed to be
relative to the <directive module="core">ServerRoot</directive>.</p>
+ <example><title>Example</title>
+ PidFile /var/run/apache.pid
+ </example>
+
<p>It is often useful to be able to send the server a signal,
so that it closes and then reopens its <directive
module="core">ErrorLog</directive> and TransferLog, and