]> granicus.if.org Git - apache/commitdiff
Example of PidFile directive
authorRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 01:32:26 +0000 (01:32 +0000)
committerRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 01:32:26 +0000 (01:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml

index fca1d7af10d04ce11af6d84c3a4d3a49ccde9ee1..0b64df89377f84c25aa144d08d5b2c2f54d8615a 100644 (file)
@@ -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
index 1156861215d3b6bb95b00ca5eff1a06419e795e8..3bddcf1b9ab5753fd8164f04967383af54e0cd31 100644 (file)
@@ -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