You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by la...@hyperreal.org on 2000/01/30 20:46:12 UTC

cvs commit: apache-1.3/src/include httpd.h

lars        00/01/30 11:46:12

  Modified:    src/include httpd.h
  Log:
  The path to suexec is usually set by configure, but if
  not the default should be "<serverroot>/bin/suexec".
  
  Revision  Changes    Path
  1.303     +1 -1      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.302
  retrieving revision 1.303
  diff -u -r1.302 -r1.303
  --- httpd.h	2000/01/20 02:55:00	1.302
  +++ httpd.h	2000/01/30 19:46:11	1.303
  @@ -252,7 +252,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 default string lengths */