From: Richard Bowen Date: Thu, 13 Jun 2002 01:32:26 +0000 (+0000) Subject: Example of PidFile directive X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc36dfcbe6e5832c0127fe2cbd66c014d32ee17d;p=apache Example of PidFile directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627 13f79535-47bb-0310-9956-ffa450edef68 --- 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 daemonServerRoot.

+

Example

+ PidFile /var/run/apache.pid +
+

It is often useful to be able to send the server a signal, so that it closes and then reopens its ErrorLog 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 filename does not begin with a slash (/) then it is assumed to be relative to the ServerRoot.

+ Example + PidFile /var/run/apache.pid + +

It is often useful to be able to send the server a signal, so that it closes and then reopens its ErrorLog and TransferLog, and