on a single
connect
+ 19970623 (1.3-dev) - NT changes
+ 19970628 (1.3-dev) - ap_slack (fd fixes) added
+ 19970717 (1.3-dev) - child_init API hook added
e-specific
--- 238,244
* handle it back-compatibly, or at least signal an error).
*/
! #define MODULE_MAGIC_NUMBER 19970717
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
/* Generic accessors for other modules to get at their own module-specific
dgaudet 97/07/17 15:28:02
Modified:src CHANGES http_config.c http_config.h http_core.c
http_main.c mod_access.c mod_actions.c mod_alias.c
mod_asis.c mod_auth.c mod_auth_anon.c
mod_auth_db.c mod_auth_dbm.c mod
dgaudet 97/07/17 14:38:18
Modified:src CHANGES mod_auth_anon.c
Log:
PR#421, PR#868: Anonymous_LogEmail was logging on subrequests
Revision ChangesPath
1.342 +3 -0 apache/src/CHANGES
Index: CHANGES
=
ben 97/07/17 13:01:46
Modified:src ApacheCore.mak mod_auth_anon.c mod_browser.c
mod_cern_meta.c mod_digest.c mod_dir.c mod_env.c
mod_expires.c mod_headers.c mod_imap.c mod_info.c
mod_log_config.c mod_nego
coar97/07/17 12:44:50
Modified:src httpd.h
Log:
Spelling correction in comment.
Revision ChangesPath
1.128 +2 -2 apache/src/httpd.h
Index: httpd.h
===
RCS file: /export/home/
jim 97/07/17 10:12:42
Modified:src Configure
src/helpers TestLib
Log:
Configure: Clean up comments and let them stand out, almost module-like
TestLib: Instead of creating a.out, use dummy
Revision ChangesPath
1.112 +59 -43apache/src/Con