cvs commit: apache-devsite how-to-release.html

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 23:52:17 Modified:.how-to-release.html Log: Accept empty dirs in the tarball. This is needed because we create special tarballs: the empty "logs" directory have to exists there. Revision ChangesPath 1.10 +6 -4 apache-devsite/how-to-r

cvs commit: apache/src httpd.h

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 10:43:52 Modified:src Tag: APACHE_1_2_X httpd.h Log: OK, now the final 1.2.3 tarball was rolled The APACHE_1_2_X branch now is at version number 1.2.4-dev. Revision ChangesPath No revision No revision

cvs commit: apache/src httpd.h

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 10:30:12 Modified:src Tag: APACHE_1_2_X httpd.h Log: Now really prepare for final 1.2.3 tarball. Revision ChangesPath No revision No revision 1.111.2.14 +2 -2 apache/src/httpd.h Index: htt

cvs commit: apachen KEYS

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 10:01:07 Modified:.KEYS Log: Add my key. Revision ChangesPath 1.12 +16 -0 apachen/KEYS Index: KEYS === RCS file: /export/home/cvs/apachen/KEYS,v retrieving revisio

cvs commit: apachen/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_dld.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_mime_magic.c mod_negotiation.c mod_rewrite.c mod_setenvif.c mod_status.c mod_userdir.c mod_usertrack.c

1997-08-18 Thread Rodent of Unusual Size
coar97/08/18 06:12:30 Modified:src/modules/example mod_example.c src/modules/proxy mod_proxy.c src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c

cvs commit: apachen/src CHANGES

1997-08-18 Thread Rodent of Unusual Size
coar97/08/18 05:35:25 Modified:src CHANGES Log: Record the change to proxy_util.c that enhances logging of which host failed to connect(). PR: 352 Reviewed by: Marc Slemko Revision ChangesPath 1.405 +4 -0 apachen/src/CHANG

cvs commit: apachen/src ApacheCore.dsp ApacheCore.mak

1997-08-18 Thread Ben Laurie
ben 97/08/18 04:10:20 Modified:src ApacheCore.dsp ApacheCore.mak Log: Arg! Must remember to close the workspace before checking in! Revision ChangesPath 1.7 +34 -26apachen/src/ApacheCore.dsp Index: ApacheCore.dsp =

cvs commit: apachen/src/os/win32 util_win32.c

1997-08-18 Thread Ben Laurie
ben 97/08/18 03:59:06 Modified:src ApacheCore.dsp ApacheCore.mak src/core conf.h http_request.c httpd.h Added: src/os/win32 util_win32.c Log: First crack at Win32 filename canonicalisation. Needs work! Revision ChangesPath 1.6 +4 -0

cvs commit: apachen/src/modules/standard mod_setenvif.c

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 01:08:48 Modified:src/modules/standard mod_setenvif.c Log: Use pregcomp for proper pool cleanups. Revision ChangesPath 1.6 +2 -2 apachen/src/modules/standard/mod_setenvif.c Index: mod_setenvif.c ==

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:26:27 Modified:htdocs/manual new_features_1_3.html Log: tweak tweak Revision ChangesPath 1.19 +2 -2 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html ==

cvs commit: apachen/src/core conf.h http_core.c http_protocol.c http_protocol.h

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:19:39 Modified:htdocs/manual new_features_1_3.html src CHANGES PORTING src/core conf.h http_core.c http_protocol.c http_protocol.h Log: Added mmap() support for static files going through default_handler. Revision Changes

cvs commit: apachen/src/modules/standard mod_unique_id.c mod_setenvif.c

1997-08-18 Thread Dean Gaudet
the first few module slots, which are only @@ -248,7 +246,7 @@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19970728 +#define MODULE_MAGIC_NUMBER 19970818 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:09:21 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Fixed proxy-pass-through feature of mod_rewrite; Added error logging information for case where proxy module is not available. [Marc Slemko] Submitted by: Marc Slemko R