fielding 96/12/02 08:48:22
Modified: src README
Log:
Minimal changes to avoid confusion. This file really needs to be updated
during the beta cycle.
Revision Changes Path
1.18 +7 -2 apache/src/README
Index: README
===================================================================
RCS file: /export/home/cvs/apache/src/README,v
retrieving revision 1.17
retrieving revision 1.18
diff -C3 -r1.17 -r1.18
*** README 1996/11/03 20:56:04 1.17
--- README 1996/12/02 16:48:20 1.18
***************
*** 1,3 ****
--- 1,8 ----
+ The following document was written by Robert S. Thau ([EMAIL PROTECTED]) on
the
+ release of Apache 1.0. Some details may have changed since then regarding
the
+ functions and names of modules, but the basic ideas are still intact.
+ =================================================
+
The basic idea of the new Apache release is to make a modular
"tinkertoy" server, to which people can easily add code which is
valuable to them (even if it isn't universally useful) without hairing
***************
*** 59,65 ****
meta-information schemes can replace it, and still have content
negotiation work.
! mod_common_log.c --- logging in common log format.
mod_auth.c --- HTTP authentication. Defines the AuthUserFile and
AuthGroupFile directives (other auth-related commands are handled by
--- 64,70 ----
meta-information schemes can replace it, and still have content
negotiation work.
! mod_log_config.c --- logging in configurable or common log format.
mod_auth.c --- HTTP authentication. Defines the AuthUserFile and
AuthGroupFile directives (other auth-related commands are handled by
***************
*** 163,169 ****
--
HAVE_*:
! Does this OS have/support this capablity?
HAVE_GMTOFF:
Define if the OS's tm struct has the tm_gmtoff element
--- 168,174 ----
--
HAVE_*:
! Does this OS have/support this capability?
HAVE_GMTOFF:
Define if the OS's tm struct has the tm_gmtoff element