fielding    97/05/09 22:06:18

  Modified:    support   suexec.h
  Log:
  Clarified comment about USERDIR_SUFFIX.
  
  Submitted by: Marc Slemko
  Reviewed by: Roy Fielding
  
  Revision  Changes    Path
  1.9       +13 -2     apache/support/suexec.h
  
  Index: suexec.h
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** suexec.h  1997/01/12 19:21:53     1.8
  --- suexec.h  1997/05/10 05:06:17     1.9
  ***************
  *** 84,91 ****
    #endif
    
    /*
  !  * USERDIR_SUFFIX -- Define to be the same as the UserDir in the conf
  !  *                   file.  If you have VirtualHosts with a different
     *                   UserDir for each, you will need to define them to
     *                   all reside in one parent directory; then name that
     *                   parent directory here.  IF THIS IS NOT DEFINED
  --- 84,102 ----
    #endif
    
    /*
  !  * USERDIR_SUFFIX -- Define to be the subdirectory under users' 
  !  *                   home directories where suEXEC access should
  !  *                   be allowed.  All executables under this directory
  !  *                   will be executable by suEXEC as the user so 
  !  *                   they should be "safe" programs.  If you are 
  !  *                   using a "simple" UserDir directive (ie. one 
  !  *                   without a "*" in it) this should be set to 
  !  *                   the same value.  suEXEC will not work properly
  !  *                   in cases where the UserDir directive points to 
  !  *                   a location that is not the same as the user's
  !  *                   home directory as referenced in the passwd file.
  !  *
  !  *                   If you have VirtualHosts with a different
     *                   UserDir for each, you will need to define them to
     *                   all reside in one parent directory; then name that
     *                   parent directory here.  IF THIS IS NOT DEFINED
  
  
  

Reply via email to