ben 96/03/12 10:25:03
Modified:src mod_dir.c
Log:
Eliminate some possible problems with NULL content_type.
Revision ChangesPath
1.5 +2 -2 apache/src/mod_dir.c
ben 96/03/12 10:10:39
Modified:. CHANGES
Log:
Added pointer to new log rotation utility.
Revision ChangesPath
1.3 +4 -0 apache/CHANGES
ben 96/03/12 10:09:26
Modified:support Makefile
Added: support .cvsignore rotatelogs.c
Log:
New support utility to support log rotation without shutting down the server.
Revision ChangesPath
1.6 +5 -3 apache/support/Makefile
ben 96/03/12 07:47:43
Modified:support Makefile
Log:
Immediately realised that previous patch wouldn't work for SCO 3, hence split
to two targets, sco3 and sco5. Sorry 'bout that.
Revision ChangesPath
1.5 +4 -1 apache/support/Makefile
ben 96/03/12 07:45:19
Modified:support Makefile
Log:
Added SCO as a target (should work for both SCO 3 and 5), removed completely
spurious references to $(OBJ).
Revision ChangesPath
1.4 +11 -7 apache/support/Makefile
ben 96/03/12 07:41:24
Modified:support Makefile
Log:
Removed TABs on blank lines - this can cause make to fail on some systems.
Revision ChangesPath
1.3 +2 -2 apache/support/Makefile