You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/06/07 04:54:37 UTC

cvs commit: httpd-2.0/docs/manual/mod mpm_common.xml mpm_common.html.en

slive       2002/06/06 19:54:37

  Modified:    docs/manual/mod mpm_common.xml mpm_common.html.en
  Log:
  Remove a broken link.
  
  Revision  Changes    Path
  1.10      +5 -7      httpd-2.0/docs/manual/mod/mpm_common.xml
  
  Index: mpm_common.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- mpm_common.xml	30 May 2002 01:50:04 -0000	1.9
  +++ mpm_common.xml	7 Jun 2002 02:54:37 -0000	1.10
  @@ -584,16 +584,14 @@
         <dd>Refers to a user by their number.</dd>
       </dl>
   
  -    <p>The user should have no privileges which result in it being
  -    able to access files which are not intended to be visible to the
  +    <p>The user should have no privileges that result in it being
  +    able to access files that are not intended to be visible to the
       outside world, and similarly, the user should not be able to
  -    execute code which is not meant for httpd requests. It is
  +    execute code that is not meant for httpd requests. It is
       recommended that you set up a new user and group specifically for
       running the server. Some admins use user <code>nobody</code>, but
  -    this is not always possible or desirable. For example
  -    <module>mod_proxy</module>'s cache, when enabled, must be
  -    accessible to this user (see <directive
  -    module="mod_proxy">CacheRoot</directive>).</p>
  +    this is not always desirable, since the <code>nobody</code> user
  +    can have other uses on the system.</p>
   
       <p>Notes: If you start the server as a non-root user, it will
       fail to change to the lesser privileged user, and will instead
  
  
  
  1.4       +5 -6      httpd-2.0/docs/manual/mod/mpm_common.html.en
  
  Index: mpm_common.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- mpm_common.html.en	30 May 2002 01:50:04 -0000	1.3
  +++ mpm_common.html.en	7 Jun 2002 02:54:37 -0000	1.4
  @@ -311,15 +311,14 @@
         <dd>Refers to a user by their number.</dd>
       </dl>
   
  -    <p>The user should have no privileges which result in it being
  -    able to access files which are not intended to be visible to the
  +    <p>The user should have no privileges that result in it being
  +    able to access files that are not intended to be visible to the
       outside world, and similarly, the user should not be able to
  -    execute code which is not meant for httpd requests. It is
  +    execute code that is not meant for httpd requests. It is
       recommended that you set up a new user and group specifically for
       running the server. Some admins use user <code>nobody</code>, but
  -    this is not always possible or desirable. For example
  -    <code><a href="mod_proxy.html">mod_proxy</a></code>'s cache, when enabled, must be
  -    accessible to this user (see <a href="mod_proxy.html#cacheroot" class="directive"><code class="directive">CacheRoot</code></a>).</p>
  +    this is not always desirable, since the <code>nobody</code> user
  +    can have other uses on the system.</p>
   
       <p>Notes: If you start the server as a non-root user, it will
       fail to change to the lesser privileged user, and will instead