You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/07/18 23:43:14 UTC

cvs commit: apache-1.3/htdocs/manual suexec.html

marc        98/07/18 14:43:13

  Modified:    htdocs/manual suexec.html
  Log:
  No longer correct (and never really was) to tell them to type cc ...
  to compile suexec.
  
  PR: 2517
  
  Revision  Changes    Path
  1.19      +2 -1      apache-1.3/htdocs/manual/suexec.html
  
  Index: suexec.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/suexec.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- suexec.html	1998/05/20 14:22:33	1.18
  +++ suexec.html	1998/07/18 21:43:13	1.19
  @@ -377,7 +377,8 @@
   <P ALIGN="LEFT">
   <STRONG>COMPILING THE SUEXEC WRAPPER</STRONG><BR>
   You now need to compile the suEXEC wrapper.  At the shell command prompt,
  -type:&nbsp;&nbsp;<STRONG><CODE>cc suexec.c -o suexec [ENTER]</CODE></STRONG>.
  +after compiling Apache, 
  +type:&nbsp;&nbsp;<STRONG><CODE>make suexec[ENTER]</CODE></STRONG>.
   This should create the <STRONG><EM>suexec</EM></STRONG> wrapper executable.
   </P>