cvs commit: apache-1.3/src/helpers TestCompile

1998-12-02 Thread randy
randy 98/12/02 15:52:47 Modified:src/helpers TestCompile Log: Use environment variable for MAKE here. Still not clear if this is getting properly passed in. Revision ChangesPath 1.20 +1 -1 apache-1.3/src/helpers/TestCompile Index: TestCompile

cvs commit: apache-1.3/src CHANGES

1998-12-02 Thread pcs
pcs 98/12/02 11:24:49 Modified:src CHANGES Log: Files without a DefaultLangauge or any language extensions have no language. Revision ChangesPath 1.1159+2 -3 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3/src/support apxs.pl

1998-12-02 Thread rse
rse 98/12/02 09:17:18 Modified:src CHANGES src/support apxs.pl Log: Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized and the usage page was inconsistent with the functionality and manpage. Revision ChangesPath 1.1158+4

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

1998-12-02 Thread pcs
pcs 98/12/02 09:01:26 Modified:htdocs/manual/mod mod_mime.html Log: Actually, without a DefaultLanguage documents are considered to have _no_ language attribute. Apache does not default to English. Revision ChangesPath 1.27 +16 -7 apache-1.3/htdocs/manual/m

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile

1998-12-02 Thread jim
jim 98/12/02 06:03:32 Modified:src Configure src/helpers GuessOS PrintPath TestCompile Log: Reverse some acknowledgements that really aren't needed Revision ChangesPath 1.308 +0 -15 apache-1.3/src/Configure Index: Configure ===

cvs commit: apache-1.3/src/support apxs.8 apxs.pl

1998-12-02 Thread rse
rse 98/12/02 01:52:19 Modified:src CHANGES src/support apxs.8 apxs.pl Log: Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command. They can occur multiple times and their arguments (`xxx') are passed AS IS to the compiler/linker command. T

cvs commit: apache-1.3 INSTALL configure

1998-12-02 Thread rse
rse 98/12/02 01:09:17 Modified:.INSTALL configure Log: Some cleanups and documentation updates after Randy's recent commits. Revision ChangesPath 1.47 +22 -16apache-1.3/INSTALL Index: INSTALL

cvs commit: apache-1.3 configure

1998-12-02 Thread rse
rse 98/12/02 00:34:20 Modified:.configure Log: Fix a little bug: The DEPS variable (the EXTRA_DEPS of src/Configure.tmpl) wasn't remembered in config.status. Revision ChangesPath 1.53 +1 -1 apache-1.3/configure Index: configure =

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

1998-12-02 Thread rse
rse 98/12/02 00:24:40 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Fixed possible (but harmless in practice) bug in the DBM lookup procedure of mod_rewrite: very long keys were truncated. Revision ChangesPath 1.1156+4 -0

cvs commit: apache-1.3/src CHANGES

1998-12-02 Thread randy
randy 98/12/01 22:12:12 Modified:.configure src CHANGES Added: .config.layout Log: There is no longer a _default_ path layout for APACI configure. This means the user _HAS_ to specifiy a path layout _explicitly_. Added a generic --

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

1998-12-02 Thread coar
coar98/12/01 19:45:54 Modified:.STATUS htdocs/manual/mod mod_mime.html src CHANGES src/modules/standard mod_mime.c Log: Put in Paul's DefaultLanguage code. I don't recall seeing any negative comments, and it

cvs commit: apache-1.3/src/support Makefile.tmpl apxs.pl

1998-12-02 Thread randy
randy 98/12/01 16:00:20 Modified:.Makefile.tmpl configure src CHANGES Configuration.tmpl Configure Makefile.tmpl src/include httpd.h src/main http_config.c http_log.c http_main.c util.c src/modules/proxy proxy_cac