martin      98/07/30 09:42:48

  Modified:    htdocs/manual suexec.html
  Log:
  Corrected the path to src/include/httpd.h, as suggested by
  Brian Reichert <[EMAIL PROTECTED]>
  
  PR: 2359
  Submitted by: Brian Reichert <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.20      +10 -6     apache-1.3/htdocs/manual/suexec.html
  
  Index: suexec.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/suexec.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -u -r1.19 -r1.20
  --- suexec.html       1998/07/18 21:43:13     1.19
  +++ suexec.html       1998/07/30 16:42:47     1.20
  @@ -389,18 +389,22 @@
   </P>
   
   <P ALIGN="LEFT">
  -<EM>From src/httpd.h</EM>
  +<EM>From src/include/httpd.h</EM>
   <PRE>
  -     /* The path to the suEXEC wrapper */
  -     #define SUEXEC_BIN "/usr/local/apache/sbin/suexec"
  +     /* The path to the suExec wrapper, can be overridden in Configuration */
  +     #ifndef SUEXEC_BIN
  +     #define SUEXEC_BIN  HTTPD_ROOT "/sbin/suexec"
  +     #endif
   </PRE>
   </P>
   
   <P ALIGN="LEFT">
   If your installation requires location of the wrapper program in a different
  -directory, edit src/httpd.h and recompile your Apache server.
  -See <A HREF="install.html">Compiling and Installing Apache</A> for more
  -info on this process.
  +directory, either add 
<CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
  +to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache 
server.
  +See <A HREF="install.html">Compiling and Installing Apache</A>
  +(and the <SAMP>INSTALL</SAMP> file in the source distribution)
  +for more info on this process.
   </P>
   
   <P ALIGN="LEFT">
  
  
  

Reply via email to