cvs commit: apache-site index.html

1997-08-10 Thread Randy Terbush
randy 97/08/10 19:31:10 Modified:.index.html Log: Get rid of those dang orange balls... :-) Revision ChangesPath 1.31 +16 -24apache-site/index.html Index: index.html === RCS file:

cvs commit: apache-site/mirrors index.html mirrors.list

1997-08-10 Thread Randy Terbush
randy 97/08/10 19:04:16 Modified:mirrors index.html mirrors.list Log: Add a few new mirror sites. Revision ChangesPath 1.14 +8 -0 apache-site/mirrors/index.html Index: index.html === RCS

cvs commit: apache-site/mirrors index.html mirrors.list

1997-08-10 Thread Randy Terbush
randy 97/08/10 18:41:08 Modified:mirrors index.html mirrors.list Log: Losing our only Canadian mirror. Revision ChangesPath 1.13 +0 -2 apache-site/mirrors/index.html Index: index.html ===

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 14:37:28 Modified:src Configure Log: Be a little paranoid: have Configure print out the lines between a module's ConfigStart/ConfigEnd lines. Also, don't bother creating and running those lines if they don't exist Revision ChangesPath 1.130 +

cvs commit: apachen/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:28:04 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.129 +3 -1 apachen/src/Configure Index: Configure

cvs commit: apache/src/helpers TestCompile

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:27:29 Modified:src Configure src/helpers TestCompile Log: Minor change: rename 'ansi' flag of TestCompile to 'sanity', which makes more sense Revision ChangesPath 1.127 +1 -1 apache/src/Configure Index: Configure =

cvs commit: apachen/src Configure

1997-08-10 Thread Jim Jagielski
jim 97/08/10 13:18:50 Modified:src Configure Log: Adjust some code layout to have TestCompile work a bit better. Also, [ -e ... ] isn't generic, so use [ -f ... ] instead. Revision ChangesPath 1.128 +31 -46apachen/src/Configure Index: Configure =

cvs commit: apache/src CHANGES

1997-08-10 Thread Ralf S. Engelschall
rse 97/08/10 09:36:11 Modified:src CHANGES Log: Adjusted changelog for 1.2.2. Revision ChangesPath 1.286.2.43 +4 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apac

cvs commit: apache-site ABOUT_APACHE.html

1997-08-10 Thread Doug MacEachern
dougm 97/08/10 08:08:51 Modified:.ABOUT_APACHE.html Log: me again Revision ChangesPath 1.6 +8 -2 apache-site/ABOUT_APACHE.html Index: ABOUT_APACHE.html === RCS file: /export/home

cvs commit: apachen/src/os/unix .cvsignore

1997-08-10 Thread Rodent of Unusual Size
coar97/08/10 07:48:04 Added: src/core .cvsignore src/modules/standard .cvsignore src/os/unix .cvsignore Log: Add the .cvsignore files for the various subdirectories in the New and Improved source tree. Revision ChangesPath

cvs commit: apachen/src/modules/standard Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 07:15:02 Added: src/modules/standard Makefile.tmpl Log: Source re-org: Makefile suffix for standard modules Revision ChangesPath 1.1 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:33:59 Modified:src Makefile.tmpl Log: Source re-org: new simplified top-level makefile suffix Revision ChangesPath 1.55 +29 -118 apachen/src/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apachen/src/os/unix Makefile.tmpl os.c os.h

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:33:20 Added: src/os/unix Makefile.tmpl os.c os.h Log: Source re-org: add dummy OS abstraction files for Unix Revision ChangesPath 1.1 apachen/src/os/unix/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apachen/src/modules/proxy Makefile

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:32:37 Modified:src/modules/example Makefile src/modules/proxy Makefile Log: Source re-org: refer to new core dir for include files Revision ChangesPath 1.3 +1 -1 apachen/src/modules/example/Makefile Index: Makefile

cvs commit: apachen/src/modules/standard mod_auth_dbm.c mod_status.c

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:32:01 Modified:src/modules/standard mod_auth_dbm.c mod_status.c Log: Source re-org: add information required by Configure for this module Revision ChangesPath 1.22 +16 -0 apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.c

cvs commit: apachen/src/modules/standard mod_auth_db.module

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:31:18 Added: src/modules/standard mod_auth_db.module Log: Source re-org: module definition file Revision ChangesPath 1.1 apachen/src/modules/standard/mod_auth_db.module Index: mod_auth_db.module ===

cvs commit: apachen/src/core Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:30:45 Added: src/core Makefile.tmpl Log: Source re-org: Makefile template (suffix) for the new core dir Revision ChangesPath 1.1 apachen/src/core/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apachen/src Configuration.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:29:51 Modified:src Configuration.tmpl Log: Source re-org: new style Configuration (Module -> AddModule) Revision ChangesPath 1.71 +34 -34apachen/src/Configuration.tmpl Index: Configuration.tmpl =

cvs commit: apachen/src Configure

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:29:08 Modified:src Configure Log: Source re-org: new style Configure Revision ChangesPath 1.127 +272 -119 apachen/src/Configure Index: Configure === RCS file: /export/ho

cvs commit: apache/src http_main.c

1997-08-10 Thread Marc Slemko
marc97/08/10 00:23:28 Modified:src http_main.c Log: Add lockfile name to error message printed out when USE_FLOCK_SERIALIZED_ACCEPT is defined. Revision ChangesPath 1.149.2.7 +1 -1 apache/src/http_main.c Index: http_main.c ==