You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/10/23 19:26:57 UTC

cvs commit: httpd-2.0/include httpd.h

gregames    01/10/23 10:26:57

  Modified:    include  httpd.h
  Log:
  adjust for the change to SuExec's default install directory
  
  Revision  Changes    Path
  1.168     +1 -1      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- httpd.h	2001/10/02 21:13:41	1.167
  +++ httpd.h	2001/10/23 17:26:57	1.168
  @@ -178,7 +178,7 @@
   
   /* The path to the suExec wrapper, can be overridden in Configuration */
   #ifndef SUEXEC_BIN
  -#define SUEXEC_BIN  HTTPD_ROOT "/sbin/suexec"
  +#define SUEXEC_BIN  HTTPD_ROOT "/bin/suexec"
   #endif
   
   /* The timeout for waiting for messages */