jim         96/08/02 16:23:30

  Modified:    src       httpd.h
  Log:
  Allow suEXEC location to be set elsewhere, like Configuration
  
  Revision  Changes    Path
  1.43      +3 -1      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -C3 -r1.42 -r1.43
  *** httpd.h   1996/08/02 20:39:15     1.42
  --- httpd.h   1996/08/02 23:23:28     1.43
  ***************
  *** 169,176 ****
    #define SHELL_PATH "/bin/sh"
    #endif
    
  ! /* The path to the suExec wrapper */
    #define SUEXEC_BIN "/usr/local/etc/httpd/sbin/suexec"
    
    /* The default string lengths */
    #define MAX_STRING_LEN HUGE_STRING_LEN
  --- 169,178 ----
    #define SHELL_PATH "/bin/sh"
    #endif
    
  ! /* The path to the suExec wrapper, can be overridden in Configuration */
  ! #ifndef SUEXEC_BIN
    #define SUEXEC_BIN "/usr/local/etc/httpd/sbin/suexec"
  + #endif
    
    /* The default string lengths */
    #define MAX_STRING_LEN HUGE_STRING_LEN
  
  
  

Reply via email to