randy       96/12/01 09:07:36

  Modified:    htdocs/manual  index.html
  Added:       htdocs/manual  suexec.html
  Removed:     htdocs/manual  howto.html
  Log:
  First step to adding docs for SUEXEC. Relocate a missing file, etc.
  
  Revision  Changes    Path
  1.5       +1 -0      apache/htdocs/manual/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** index.html        1996/11/28 08:21:37     1.4
  --- index.html        1996/12/01 17:06:57     1.5
  ***************
  *** 30,35 ****
  --- 30,36 ----
    <li><A HREF="mod/">Apache modules</A>
    <li><A HREF="handler.html">Apache's handler use</A>
    <LI><A HREF="misc/API.html">Highly generalized API to server 
functionality</A>
  + <LI><A HREF="suexec.html">Using SetUserID Execution for CGI</A>
    </ul>
    
    <h3><a name="oth">Other Notes</a></h3>
  
  
  

  Added:       htdocs/manual/misc  howto.html
  Log:
  Relocated missing file.

  Modified:    htdocs/manual/mod  core.html
  Log:
  Correct links to suexec.html
  
  Revision  Changes    Path
  1.11      +2 -2      apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** core.html 1996/12/01 06:57:34     1.10
  --- core.html 1996/12/01 17:07:35     1.11
  ***************
  *** 432,438 ****
    original user. <p>
    
    Special note: Use of this directive in &lt;VirtualHost&gt; requires a
  ! properly configured <A HREF="suexec">SUEXEC wrapper</A>.<p>
    
    SECURITY: See <A HREF="#user">User</A> for a discussion of the security
    considerations.<p><hr>
  --- 432,438 ----
    original user. <p>
    
    Special note: Use of this directive in &lt;VirtualHost&gt; requires a
  ! properly configured <A HREF="../suexec.html">SUEXEC wrapper</A>.<p>
    
    SECURITY: See <A HREF="#user">User</A> for a discussion of the security
    considerations.<p><hr>
  ***************
  *** 1098,1104 ****
    for the parent process to remain running as root.<p>
    
    Special note: Use of this directive in &lt;VirtualHost&gt; requires a
  ! properly configured <A HREF="suexec">SUEXEC wrapper</A>.<p>
    
    SECURITY: Don't set User (or <A HREF="#group">Group</A>) to
    <code>root</code> unless you know exactly what you are doing, and what the
  --- 1098,1104 ----
    for the parent process to remain running as root.<p>
    
    Special note: Use of this directive in &lt;VirtualHost&gt; requires a
  ! properly configured <A HREF="../suexec.html">SUEXEC wrapper</A>.<p>
    
    SECURITY: Don't set User (or <A HREF="#group">Group</A>) to
    <code>root</code> unless you know exactly what you are doing, and what the
  
  
  

Reply via email to