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

2000-01-16 Thread sascha
sascha 00/01/16 09:18:14 Modified:src/build build.mk build2.mk Log: Remove dependency on automake's aclocal. We continue to use acinclude.m4, because aclocal.m4 needs to contain libtool's m4 macros. Revision ChangesPath 1.3 +2 -1

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

2000-01-16 Thread mjc
mjc 00/01/16 10:06:33 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: The recent fix to allow ProxyPass directories to be protected with user authentication did not work when using mod_rewrite to do the mirror proxying. This fixes it.

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

2000-01-16 Thread sascha
sascha 00/01/16 10:20:18 Modified:src/build build2.mk Log: Remove config.cache, if configure is rebuilt Revision ChangesPath 1.3 +2 -1 apache-2.0/src/build/build2.mk Index: build2.mk ===

cvs commit: apache-2.0/src/lib/apr configure.in

2000-01-16 Thread sascha
sascha 00/01/16 10:20:57 Modified:src/lib/apr configure.in Log: Inherit thread flags from Apache Revision ChangesPath 1.43 +8 -10 apache-2.0/src/lib/apr/configure.in Index: configure.in ===

cvs commit: apache-2.0/src acinclude.m4 configure.in

2000-01-16 Thread sascha
sascha 00/01/16 10:24:40 Modified:src acinclude.m4 configure.in Log: Rewrite pthreads check to be more tool-independent, and propagate flags to APR. Revision ChangesPath 1.16 +25 -38apache-2.0/src/acinclude.m4 Index: acinclude.m4

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-01-16 Thread sascha
sascha 00/01/16 12:00:52 Modified:src acinclude.m4 configure.in src/build build2.mk src/lib/apr aclocal.m4 configure.in src/modules/mpm config.m4 Added: src/lib/apr threads.m4 Log: Move threads/reentrancy m4 macros into

cvs commit: apache-1.3/htdocs/manual/misc FAQ-I.html

2000-01-16 Thread martin
martin 00/01/16 12:52:31 Modified:htdocs/manual/misc FAQ-I.html Log: At least add a pointer to Andrew Ford's cronolog utility, now that it's under the Ap.License Revision ChangesPath 1.4 +24 -1 apache-1.3/htdocs/manual/misc/FAQ-I.html Index: FAQ-I.html

cvs commit: apache-1.3/src/main http_vhost.c

2000-01-16 Thread fielding
fielding00/01/16 12:59:59 Modified:src/main http_vhost.c Log: Squash warnings by using ap_isalnum and ap_isdigit. Revision ChangesPath 1.18 +2 -2 apache-1.3/src/main/http_vhost.c Index: http_vhost.c