cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 17:45:00 Modified:src buildconf Log: We need to run autoheader to compile APR. Revision ChangesPath 1.3 +1 -0 apache-2.0/src/buildconf Index: buildconf === RCS file:

cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread manoj
manoj 99/12/19 17:54:40 Modified:src buildconf configure.in Log: Make Apache's configure script run APR's. Revision ChangesPath 1.4 +0 -3 apache-2.0/src/buildconf Index: buildconf

cvs commit: apache-2.0/src/modules/standard Makefile.am config.m4

1999-12-20 Thread manoj
manoj 99/12/19 18:01:34 Modified:src/modules/standard Makefile.am config.m4 Log: mmap_static isn't in the standard directory yet; this directory shouldn't try to configure it. Revision ChangesPath 1.5 +0 -2 apache-2.0/src/modules/standard/Makefile.am

cvs commit: apache-1.3 STATUS

1999-12-20 Thread lars
lars99/12/19 18:11:17 Modified:.STATUS Log: Add entry regarding the mod_vhost_alias Host: header problem. Revision ChangesPath 1.772 +5 -1 apache-1.3/STATUS Index: STATUS ===

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: manoj 99/12/19 17:54:40 Modified:src buildconf configure.in Log: Make Apache's configure script run APR's. OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 18:36:13 Modified:src buildconf Log: Put back the removing of config.cache. Also add a -f flag to the rm to eliminate a warning. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/buildconf Index: buildconf

cvs commit: apache-2.0/src/regex config.m4 config.h.stub

1999-12-20 Thread manoj
manoj 99/12/19 19:09:51 Modified:src acconfig.h.in acinclude.m4 configure.in src/main config.m4 src/modules/mpm config.m4 src/regex config.m4 Removed: src/main config.h.stub src/modules/mpm config.h.stub

cvs commit: apache-2.0/src Makefile.am configure.in

1999-12-20 Thread manoj
manoj 99/12/19 20:15:10 Modified:src Makefile.am configure.in Log: Make building a little easier by not requiring a separate make of APR. Revision ChangesPath 1.3 +1 -1 apache-2.0/src/Makefile.am Index: Makefile.am

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 20:34:45 Modified:src buildconf Log: We actually don't have to remove config.cache, because AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's. Revision ChangesPath 1.6 +0 -1 apache-2.0/src/buildconf Index:

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 20:38:27 Modified:src buildconf Log: Don't actually run ./configure in buildconf, it wastes lots of time if we want to use ./configure's flags, among other things. Revision ChangesPath 1.7 +1 -3 apache-2.0/src/buildconf Index:

cvs commit: apache-2.0/src Makefile.am

1999-12-20 Thread manoj
manoj 99/12/19 20:43:29 Modified:src Makefile.am Log: buildmark.o was getting built twice; I used the wrong solution for forcing it to be built for every compile. This works better. Revision ChangesPath 1.4 +2 -4 apache-2.0/src/Makefile.am Index:

cvs commit: apache-2.0/src configure.in

1999-12-20 Thread manoj
manoj 99/12/19 21:03:03 Modified:src configure.in Log: Speed up building, by making --disable-shared the default until we put proper DSO support into the autoconf configuration scripts. Revision ChangesPath 1.13 +1 -0 apache-2.0/src/configure.in

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

1999-12-20 Thread fanf
fanf99/12/19 21:24:28 Modified:src/modules/standard mod_vhost_alias.c Log: Fix for the security problem spotted by Lars Eilebrecht [EMAIL PROTECTED] Revision ChangesPath 1.3 +9 -4 apache-1.3/src/modules/standard/mod_vhost_alias.c Index:

cvs commit: apache-1.3 STATUS

1999-12-20 Thread fanf
fanf99/12/19 21:27:31 Modified:.STATUS Log: too cold to be hacking this late at night, but the Host: header problem is gone Revision ChangesPath 1.773 +1 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-2.0/src Makefile.am

1999-12-20 Thread manoj
manoj 99/12/19 21:54:35 Modified:src Makefile.am Log: Add a comment to explain what the build-buildmark target is all about. Revision ChangesPath 1.5 +1 -1 apache-2.0/src/Makefile.am Index: Makefile.am

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of unresolved externals) - what's the current recommended build path? I'm slightly puzzled by what's going on with APR - it seems to build a dozen different

cvs commit: apache-1.3 README.configure

1999-12-20 Thread rasmus
rasmus 99/12/20 06:27:12 Modified:.README.configure Log: --with-shared-apache has been deprecated Revision ChangesPath 1.20 +6 -23 apache-1.3/README.configure Index: README.configure

cvs commit: apache-1.3/src Configure

1999-12-20 Thread martin
martin 99/12/20 06:50:57 Modified:src Configure Log: Add a default compiler switch Revision ChangesPath 1.383 +2 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-2.0/src/lib/apr/locks/beos Makefile.in

1999-12-20 Thread dreid
dreid 99/12/20 08:04:16 Modified:src/lib/apr/locks/beos Makefile.in Log: Missed this one when I did the others. As there isn't an inc directory I guess the other platforms should do this as well? Revision ChangesPath 1.4 +3 -4

Re: cvs commit: apache-2.0/src/lib/apr/locks/beos Makefile.in

1999-12-20 Thread Ryan Bloom
Modified:src/lib/apr/locks/beos Makefile.in Log: Missed this one when I did the others. As there isn't an inc directory I guess the other platforms should do this as well? Good point. We need to clean things up a bit. I have been busy doing other stuff recently, but hopefully

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c Makefile.in access.c atime.h time.c

1999-12-20 Thread rbb
rbb 99/12/20 08:10:19 Modified:src/lib/apr/include apr.h.in apr_errno.h apr_time.h src/lib/apr/time/unix Makefile.in access.c atime.h time.c Added: src/lib/apr/time/unix timestr.c Log: A bunch more time functions for use in Apache. This is really the

cvs commit: apache-2.0/src/modules/standard mod_include.c mod_log_config.c mod_negotiation.c

1999-12-20 Thread rbb
rbb 99/12/20 08:38:41 Modified:src/include http_protocol.h http_request.h httpd.h util_date.h src/main http_core.c http_protocol.c http_request.c util.c util_date.c util_script.c src/modules/standard

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

1999-12-20 Thread fanf
fanf99/12/20 09:43:41 Modified:src CHANGES src/main http_protocol.c http_vhost.c src/modules/standard mod_vhost_alias.c Log: A better fix for the mass virtual hosting security problem spotted by Lars. This solves the problem for mod_rewrite

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

1999-12-20 Thread fanf
fanf99/12/20 10:16:55 Modified:src/main http_vhost.c src/modules/standard mod_vhost_alias.c Log: Leave the case-insensitivity stuff as it was before. Revision ChangesPath 1.17 +1 -1 apache-1.3/src/main/http_vhost.c Index: http_vhost.c

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
Ryan Bloom wrote: OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of unresolved externals) - what's the current recommended build path? I'm slightly puzzled by what's going on with APR - it seems to build

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
APR hasn't built a dozen different libraries for a long time. We are only building the one libapr.a. Should I send a log? Perhaps there's a step missing in the build? I dunno. I'm confused. I don't know either. I'll look into it. It's possible that we are actually building all of the

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

1999-12-20 Thread stoddard
stoddard99/12/20 11:07:36 Modified:src/main http_main.c src/include ap_mpm.h src/os/win32 main_win32.c src/modules/mpm/winnt winnt.c Log: Handle -k restart|shutdown command line option from http_main.c Revision ChangesPath

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

1999-12-20 Thread Ryan Bloom
-API_VAR_EXPORT const char *ap_server_root; +//API_VAR_IMPORT const char *ap_server_root; +const char *ap_server_root; Please don't use C++ comments in the base code. I didn't check to see if this is the only place it is being done, but it really messes up some compilers. Ryan

cvs commit: apache-2.0/src/main http_main.c

1999-12-20 Thread stoddard
stoddard99/12/20 11:16:36 Modified:src/main http_main.c Log: Get rid of the C++ style comment. Revision ChangesPath 1.25 +0 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apache-2.0/src/lib/apr/test htdigest.c

1999-12-20 Thread rbb
rbb 99/12/20 11:44:48 Modified:src/lib/apr/test htdigest.c Log: Remove the apr_config.h include line and the ifdefs that require it. This file will need to be updated when it is moved back into the Apache tree to check for system headers again, but right now, it can't check

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

1999-12-20 Thread stoddard
stoddard99/12/20 11:52:53 Modified:src ApacheCore.def Apache.dsp Apache.mak ApacheCore.dsp ApacheCore.mak src/modules/mpm/winnt winnt.c Log: Windows: Can now install/uninstall Apache as a service and start/stop apache via net start and