From: dgaudet Date: Mon, 17 Mar 1997 08:16:07 +0000 (+0000) Subject: Document ScoreBoardfile. Note that PidFile is subject to security concerns X-Git-Tag: APACHE_1_2b8~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb20d81ce7f5ef0d642f947bdfb174a8ccfe31eb;p=apache Document ScoreBoardfile. Note that PidFile is subject to security concerns as well. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index cc7ff8b8f9..6cd78d1f28 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -51,6 +51,7 @@ always available.
  • RLimitMEM
  • RLimitNPROC
  • Satisfy +
  • ScoreBoardFile
  • SendBufferSize
  • ServerAdmin
  • ServerAlias @@ -877,7 +878,12 @@ The PidFile is only used in standalone mode.

    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 SIGHUP (kill -1) -signal to the process id listed in the PidFile.


    +signal to the process id listed in the PidFile.

    + +The PidFile is subject to the same warnings about log file placement and +security. + +


    Port directive

    @@ -1041,6 +1047,28 @@ Access policy if both allow and require used. The parameter can be either


    +

    ScoreBoardFile directive

    + +Syntax: ScoreBoardFile filename
    +Default: ScoreBoardFile logs/apache_status
    +Context: server config
    +Status: core

    + +The ScoreBoardFile directive is required on some architectures to place +a file that the server will use to communicate between its children and +the parent. The easiest way to find out if your architecture requires +a scoreboard file is to run Apache and see if it creates the file named +by the directive. If your architecture requires it then you must ensure +that this file is not used at the same time by more than one invocation +of Apache.

    + +If you have to use a ScoreBoardFile then you may see improved speed by +placing it on a RAM disk. But be careful that you heed the same warnings +about log file placement and +security. + +


    +

    SendBufferSize directive

    Syntax: SendBufferSize bytes