randy 96/12/02 10:18:33
Modified: support suexec.c suexec.h
Log:
Correct mis-spellings
Revision Changes Path
1.6 +0 -3 apache/support/suexec.c
Index: suexec.c
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** suexec.c 1996/12/01 20:14:01 1.5
--- suexec.c 1996/12/02 18:18:31 1.6
***************
*** 63,71 ****
*
***********************************************************************
*
- * A MotherSoft Product for the Apache WWW server.
- * (http://www.louisville.edu/~jadour01/mothersoft/)
- *
* Codebase originally from Majordomo(v1.93) release.
* Heavy modifications by:
* Jason A. Dour ([EMAIL PROTECTED])
--- 63,68 ----
1.3 +2 -6 apache/support/suexec.h
Index: suexec.h
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** suexec.h 1996/12/01 20:14:02 1.2
--- suexec.h 1996/12/02 18:18:31 1.3
***************
*** 52,61 ****
/*
* suexec.h -- user-definable variables for the suexec wrapper code.
- *
- * A MotherSoft Product for the Apache WWW server.
- * (http://www.louisville.edu/~jadour01/mothersoft/)
- *
*/
--- 52,57 ----
***************
*** 77,85 ****
#define LOG_EXEC "/usr/local/etc/httpd/logs/cgi.log" /* Need me? */
/*
! * DOC_ROOT -- Define as the DocuemntRoot set for Apache. This
* will be the only hierarchy (aside from UserDirs)
! * that can be used for suEXEC behaviour.
*/
#define DOC_ROOT "/usr/local/etc/httpd/htdocs"
--- 73,81 ----
#define LOG_EXEC "/usr/local/etc/httpd/logs/cgi.log" /* Need me? */
/*
! * DOC_ROOT -- Define as the DocumentRoot set for Apache. This
* will be the only hierarchy (aside from UserDirs)
! * that can be used for suEXEC behavior.
*/
#define DOC_ROOT "/usr/local/etc/httpd/htdocs"