You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by ji...@apache.org on 2002/09/27 03:55:28 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en directives.html.en

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 @@
   
         <li><a href="#servertype">ServerType</a></li>
   
  +      <li><a href="#shmemuidisuser">ShmemUIDisUser</a></li>
  +
         <li><a href="#startservers">StartServers</a></li>
   
         <li><a href="#threadsperchild">ThreadsPerChild</a></li>
  @@ -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.</p>
  +    <hr />
  +
  +    <h2><a id="shmemuidisuser" name="shmemuidisuser">ShmemUIDisUser
  +    directive</a></h2>
  +
  +    <a href="directive-dict.html#Syntax"
  +    rel="Help"><strong>Syntax:</strong></a> ShmemUIDisUser
  +    <em>on|off</em><br />
  +     <a href="directive-dict.html#Default"
  +    rel="Help"><strong>Default:</strong></a> <code>ShmemUIDisUser
  +    off</code><br />
  +     <a href="directive-dict.html#Context"
  +    rel="Help"><strong>Context:</strong></a> server config<br />
  +     <a href="directive-dict.html#Status"
  +    rel="Help"><strong>Status:</strong></a> core 
  +
  +    <p>The ShmemUIDisUser directive controls whether Apache will change
  +    the <code>uid</code> and <code>gid</code> ownership of System V shared memory
  +    based scoreboards to the server settings of <a href="#user">User</a> and
  +    <a href="#group">Group</a>. 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 <code>on</code>.</p>
  +
  +    <p>This directive has no effect on non-System V based scoreboards, such as
  +       <code>mmap</code>.
  +    </p>
  +    
  +    <p>Note: this directive is only available in Apache 1.3.27 or later.
  +    </p>
       <hr />
   
       <h2><a id="startservers" name="startservers">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 @@
   
         <li><a href="mod_mime.html#sethandler">SetHandler</a></li>
   
  +      <li><a href="core.html#shmemuidisuser">ShmemUIDisUser</a></li>
  +
         <li><a href="core.html#startservers">StartServers</a></li>
   
         <li><a
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org