cvs commit: apache-1.3/src/main http_config.c http_core.c

1999-05-07 Thread dougm
dougm 99/05/06 17:16:13 Modified:src CHANGES src/include ap_compat.h ap_mmn.h http_config.h http_core.h src/main http_config.c http_core.c Log: Fix configuration engine re-entrant hangups, which solve a handful of problems seen with mod_perl

cvs commit: apache-1.3/src/main http_config.c http_core.c

1999-02-22 Thread dgaudet
dgaudet 99/02/22 09:07:40 Modified:src CHANGES src/main http_config.c http_core.c Log: pad out some initializers; reduce a string constant from 510 to below 509 characters Submitted by: John Bley [EMAIL PROTECTED] Revision ChangesPath 1.1257

cvs commit: apache-1.3/src/main http_config.c http_core.c http_protocol.c

1998-08-10 Thread fielding
fielding98/08/09 21:16:16 Modified:src CHANGES src/include http_config.h http_core.h httpd.h src/main http_config.c http_core.c http_protocol.c Log: Fixed request limit change to be more portable. Removed the server_rec variables since

cvs commit: apache-1.3/src/main http_config.c http_core.c

1998-07-07 Thread dgaudet
dgaudet 98/07/06 21:06:24 Modified:src CHANGES src/main http_config.c http_core.c Log: better solution for reporting handler not found errors PR: 2529 Submitted by: John Van Essen [EMAIL PROTECTED] Revision ChangesPath 1.948 +4 -0

cvs commit: apache-1.3/src/main http_config.c http_core.c

1998-03-17 Thread dougm
dougm 98/03/16 19:26:46 Modified:src/include http_config.h http_core.h src/main http_config.c http_core.c Log: export a few functions so mod_perl's Perl config sections work under win32 Submitted by: Doug MacEachern Reviewed by: Dean Gaudet Revision