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

1998-06-09 Thread dgaudet
dgaudet 98/06/08 21:36:47 Modified:src CHANGES src/modules/standard mod_log_config.c Log: fix the inheritance of log formats from main server to vhosts Submitted by: Christof Damian [EMAIL PROTECTED] Revision ChangesPath 1.898 +3 -0

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

1998-06-09 Thread dgaudet
dgaudet 98/06/08 22:22:12 Modified:src CHANGES src/modules/standard mod_cern_meta.c Log: Missing usage for MetaFiles directive. PR: 2384 Submitted by: David MacKenzie [EMAIL PROTECTED] Revision ChangesPath 1.900 +3 -0

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

1998-06-09 Thread rse
rse 98/06/09 02:35:08 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Replace two bad sprintf() calls with ap_snprintf() variants in mod_rewrite. The sprintf()'s were incorrectly introduced recently because Ralf didn't recognize that although

cvs commit: apache-1.3/src CHANGES Configure

1998-06-09 Thread rse
rse 98/06/09 03:30:14 Modified:src CHANGES Configure Log: Add an additional dummy target to the $(LIB) target in generated modules/xxx/Makefile's to avoid problems with SVR4 Make under full-DSO situation (no libxxx.a built, only mod_xxx.so's) where LIB and OBJS are

cvs commit: apache-1.3/src CHANGES

1998-06-09 Thread rse
rse 98/06/09 04:00:20 Modified:.Makefile.tmpl src CHANGES Log: Make sure the install target of the top-level Makefile doesn't break because of a return code of 1 from an if (for instance under braindead Ultrix the result code of an if construct is

cvs commit: apache-1.3 Makefile.tmpl

1998-06-09 Thread rse
rse 98/06/09 04:02:20 Modified:.Makefile.tmpl Log: Just cosmetics: Fix indentation. Revision ChangesPath 1.39 +5 -5 apache-1.3/Makefile.tmpl Index: Makefile.tmpl === RCS file:

cvs commit: apache-1.3/src CHANGES Configure

1998-06-09 Thread rse
rse 98/06/09 05:59:21 Modified:src CHANGES Configure Log: Make sure the DSO emulation code for HPUX finds the proprietary shl_xxx() functions which are in libdld under HPUX 9/10. PR: 2378 Revision ChangesPath 1.904 +4 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3 STATUS

1998-06-09 Thread jim
jim 98/06/09 07:23:51 Modified:.STATUS Log: Let's try to get 1.2.1 out in a week-and-a-half Revision ChangesPath 1.419 +3 -1 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3 STATUS

1998-06-09 Thread rse
rse 98/06/09 08:50:07 Modified:.STATUS Log: First cut to remember the binary tarball issue. I'll add pro and cons to both variants tomorrow for both better decision. Revision ChangesPath 1.420 +36 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/support ab.c

1998-06-09 Thread martin
martin 98/06/09 14:02:14 Modified:src/support ab.c Log: Fix typos from zb era Revision ChangesPath 1.8 +4 -4 apache-1.3/src/support/ab.c Index: ab.c === RCS file:

cvs commit: apache-1.3 STATUS

1998-06-09 Thread coar
coar98/06/09 14:09:29 Modified:.STATUS Log: I'm -1 on the new method only because of the usr/local/apache and no-source points. It's not a veto, it's an I don't like this vote. Revision ChangesPath 1.421 +6 -4 apache-1.3/STATUS

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1998-06-09 Thread martin
martin 98/06/09 14:17:55 Modified:src/modules/proxy proxy_cache.c Log: Add casts for systems where sizeof(off_t) sizeof(long). Sorry, but I see no other portable way to do it :-( Submitted by: Ralf Engelschall [EMAIL PROTECTED] Revision ChangesPath 1.43 +3 -3