cvs commit: apache-site/contributors index.html

1998-07-30 Thread chuck
chuck   98/07/29 22:39:04

  Modified:contributors index.html
  Log:
  Removed old employer
  
  Revision  ChangesPath
  1.50  +2 -2  apache-site/contributors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/contributors/index.html,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- index.html1998/07/15 12:31:25 1.49
  +++ index.html1998/07/30 05:39:03 1.50
  @@ -380,8 +380,8 @@
   STRONGName:/STRONG A NAME=murckoChuck Murcko/ABR
   STRONGEmail:/STRONG A HREF=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/ABR
   STRONGURL:/STRONG A 
HREF=http://www.topsail.org/;http://www.topsail.org//ABR
  -STRONGOrganization:/STRONG Infonautics Corporation  The Topsail 
GroupBR
  -STRONGOccupation:/STRONG Web Developer  GrinderBR
  +STRONGOrganization:/STRONG The Topsail GroupBR
  +STRONGOccupation:/STRONG GrinderBR
   STRONGLocation:/STRONG West Chester PA USABR
   STRONGComments:/STRONG Tinkero ergo sumBR
   STRONGOS Expertise:/STRONG UnixWare, IRIX (secondarily) FreeBSD, BSDI, 
SolarisBR
  
  
  


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

1998-07-30 Thread martin
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  ChangesPath
  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
  -EMFrom src/httpd.h/EM
  +EMFrom 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.htmlCompiling and Installing Apache/A for more
  -info on this process.
  +directory, either add 
CODE-DSUEXEC_BIN=\EMlt;/your/path/to/suexecgt;/EM\/CODE
  +to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache 
server.
  +See A HREF=install.htmlCompiling and Installing Apache/A
  +(and the SAMPINSTALL/SAMP file in the source distribution)
  +for more info on this process.
   /P
   
   P ALIGN=LEFT