Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89872 invoked by uid 500); 27 Sep 2002 01:55:30 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89840 invoked by uid 500); 27 Sep 2002 01:55:29 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 27 Sep 2002 01:55:28 -0000 Message-ID: <20020927015528.75711.qmail@icarus.apache.org> From: jim@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en directives.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jim 2002/09/26 18:55:28 Modified: htdocs/manual/mod core.html.en directives.html.en Log: Document the ShmemUIDisUser directive. Revision Changes Path 1.232 +34 -0 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.231 retrieving revision 1.232 diff -u -r1.231 -r1.232 --- core.html.en 25 Sep 2002 23:05:37 -0000 1.231 +++ core.html.en 27 Sep 2002 01:55:28 -0000 1.232 @@ -172,6 +172,8 @@
  • ServerType
  • +
  • ShmemUIDisUser
  • +
  • StartServers
  • ThreadsPerChild
  • @@ -3590,6 +3592,38 @@ services all subsequent connections. If you intend running Apache to serve a busy site, standalone will probably be your only option.

    +
    + +

    ShmemUIDisUser + directive

    + + Syntax: ShmemUIDisUser + on|off
    + Default: ShmemUIDisUser + off
    + Context: server config
    + Status: core + +

    The ShmemUIDisUser directive controls whether Apache will change + the uid and gid ownership of System V shared memory + based scoreboards to the server settings of User and + Group. Releases of Apache up to 1.3.26 would do + this by default. Since the child processes are already attached to the + shared memory segment, this is not required for normal usage of Apache and + so to prevent possible abuse, Apache will no longer do that. The old + behavior may be required for special cases, however, which can be implemented + by setting this directive to on.

    + +

    This directive has no effect on non-System V based scoreboards, such as + mmap. +

    + +

    Note: this directive is only available in Apache 1.3.27 or later. +


    StartServers 1.76 +2 -0 httpd-docs-1.3/htdocs/manual/mod/directives.html.en Index: directives.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/directives.html.en,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- directives.html.en 10 Jul 2002 13:36:19 -0000 1.75 +++ directives.html.en 27 Sep 2002 01:55:28 -0000 1.76 @@ -532,6 +532,8 @@
  • SetHandler
  • +
  • ShmemUIDisUser
  • +
  • StartServers