cvs commit: apache-2.0/src/build rules.mk

2000-02-16 Thread rbb
rbb 00/02/15 16:55:53 Modified:src/build rules.mk Log: Fix the make clean rules. We must delete *.slo files or we are leaving stale libraries in the modules/standard directory when configured for dynamic modules. Revision ChangesPath 1.2 +2 -2

cvs commit: apache-2.0/src/lib/apr/file_io/win32 open.c

2000-02-16 Thread stoddard
stoddard00/02/15 19:32:50 Modified:src/lib/apr/file_io/win32 open.c Log: APR is creating files by default whenever ap_open is called and the file does not exist (i.e., passing OPEN_ALWAYS by default to CreateFile). This causes .htaccess files to be created all over the place.

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

2000-02-16 Thread stoddard
stoddard00/02/16 08:30:36 Modified:src/modules/mpm/winnt winnt.c Log: Logs have already been opened by http_main.c. Don't need to do it here again. Revision ChangesPath 1.41 +0 -2

cvs commit: apache-2.0 STATUS

2000-02-16 Thread stoddard
stoddard00/02/16 08:48:34 Modified:.STATUS Log: Some status updates Revision ChangesPath 1.26 +22 -15apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v

cvs commit: apache-1.3/htdocs/manual/mod mod_include.html

2000-02-16 Thread martin
martin 00/02/16 09:22:15 Modified:htdocs/manual/mod mod_include.html Log: make a note that the encoding=... attribute must always PRECEDE the var=... attribute Revision ChangesPath 1.25 +5 -3 apache-1.3/htdocs/manual/mod/mod_include.html Index:

cvs commit: apache-1.3/src/modules/standard mod_speling.c

2000-02-16 Thread martin
martin 00/02/16 09:31:16 Modified:src/modules/standard mod_speling.c Log: Add missing HTML/URI encoding for the mod_speling result list Revision ChangesPath 1.36 +5 -5 apache-1.3/src/modules/standard/mod_speling.c Index: mod_speling.c

cvs commit: apache-2.0/src/support rotatelogs.dsp rotatelogs.mak rotatelogs.c

2000-02-16 Thread stoddard
stoddard00/02/16 10:00:22 Modified:src Makefile.nt src/support rotatelogs.c Added: src/support rotatelogs.dsp rotatelogs.mak Log: Add rotatelogs to the Windows port Revision ChangesPath 1.6 +5 -3 apache-2.0/src/Makefile.nt

cvs commit: apache-2.0 STATUS

2000-02-16 Thread stoddard
stoddard00/02/16 10:29:21 Modified:.STATUS Log: More stuff to do. Revision ChangesPath 1.27 +7 -1 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v

cvs commit: apache-1.3 STATUS

2000-02-16 Thread rse
rse 00/02/16 11:56:03 Modified:.STATUS Log: IMHO these PRs should be considered before kicking out 1.3.12... Revision ChangesPath 1.804 +3 -2 apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-2.0/src/modules/standard mod_mime_magic.c

2000-02-16 Thread stoddard
stoddard00/02/16 13:21:52 Modified:src/modules/standard mod_mime_magic.c Log: Make sure mod_mime always has a chance to run before mod_mime_magic. Submitted by: Paul Reder [EMAIL PROTECTED] Reviewed by: Bill Stoddard [EMAIL PROTECTED] Revision ChangesPath 1.14