From: Marc Slemko Date: Sun, 29 Jun 1997 01:14:16 +0000 (+0000) Subject: Add docs for LockFile and fix a few typos. X-Git-Tag: dg_last_1_2_doc_merge~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ad3f6a11488277c50ce8316f0442f02f2e9634;p=thirdparty%2Fapache%2Fhttpd.git Add docs for LockFile and fix a few typos. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78434 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 94d0af23465..6e4d5f0ced8 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -45,6 +45,7 @@ always available.
  • Listen
  • ListenBacklog
  • <Location> +
  • LockFile
  • MaxClients
  • MaxKeepAliveRequests
  • MaxRequestsPerChild @@ -659,7 +660,7 @@ directive.

    Known Bugs


    -ListenBacklog +

    ListenBacklog

    Syntax: ListenBacklog backlog
    Default: ListenBacklog 511
    Context: server config
    @@ -728,7 +729,7 @@ the <Location ~ "/(extra|special)/data"> -would match URLs that contained the substring "/extra/data" or +

    would match URLs that contained the substring "/extra/data" or "/special/data".

    The Location functionality is especially useful when @@ -746,7 +747,23 @@ from browsers at foo.com, you might use:


    -

    MaxClients directive

    +

    LockFile

    +Syntax: LockFile filename
    +Default: LockFile logs/accept.lock
    +Context: server config
    +Status: core

    + +The LockFile directive sets the path to the lockfile used when +Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or +USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be +left at its default value. The main reason for changing it is if +the logs directory is NFS mounted, since the lockfile +should be stored on a local disk if possible. The PID of the main +server process is automatically appended to the filename. + +


    + +

    MaxClients

    Syntax: MaxClients number
    Default: MaxClients 256
    @@ -1048,7 +1065,7 @@ sections; in fact it can now contain any server directive allowed in the See also AccessConfig.


    - +

    RLimitCPU directive

    Syntax: RLimitCPU # or 'max' [# or 'max']
    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index c912c648c02..1c31c7b1a27 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -107,6 +107,7 @@
  • LoadFile
  • LoadModule
  • <Location> +
  • LockFile
  • LogFormat
  • MaxClients
  • MaxKeepAliveRequests