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

2000-01-15 Thread rse
rse 00/01/15 08:40:42 Modified:src CHANGES src/main http_config.c Log: Fixed parsing of TAKE13-based configuration directives. Submitted by: Steffen Roller [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 5550 Revision ChangesPath

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

2000-01-01 Thread coar
coar00/01/01 09:07:37 Modified:src CHANGES src/main http_config.c http_main.c Log: Add a way to find out where Apache will be looking for the suexec binary, since its presence and correct permissions are all that it takes to enable it.

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

1999-10-12 Thread martin
martin 99/10/11 16:05:16 Modified:src/main http_config.c Log: When we run out of memory, there's *no way* to continue successfully. Exit. Revision ChangesPath 1.148 +1 -0 apache-1.3/src/main/http_config.c Index: http_config.c

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

1999-08-28 Thread fielding
fielding99/08/27 16:38:11 Modified:src CHANGES src/main http_config.c Log: Move handler not found warning message to below the check for a wildcard handler. Gee, you'd think someone would have fixed it before seven PRs. PR: 2584, 3349, 3436, 3548, 4384,

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

1999-08-06 Thread dgaudet
dgaudet 99/08/06 09:21:34 Modified:src CHANGES src/main http_config.c Log: Fix a memory leak where the module counts were getting messed up across restarts. Submitted by: David Harris [EMAIL PROTECTED] Revision ChangesPath 1.1411+3 -0

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

1998-12-28 Thread martin
martin 98/12/28 04:30:29 Modified:.STATUS src/main http_config.c Log: Change reference to config file name from local fname to parms.config_file-name to allow modules to modify the name that's displayed on errors. PR: 3573 Submitted by: Fabien

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

1998-09-26 Thread fielding
fielding98/09/25 17:07:09 Modified:src CHANGES src/main http_config.c Log: Reconstructed the loop through multiple htaccess file names so that missing files are not confused with unreadable files. Revision ChangesPath 1.1081+4 -0

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

1998-09-25 Thread jim
jim 98/09/25 08:42:13 Modified:src/main http_config.c Log: Change the order... Always allow valid 'f' Revision ChangesPath 1.130 +2 -5 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-09-25 Thread fielding
fielding98/09/25 15:45:01 Modified:src/main http_config.c http_protocol.c Log: Fix warnings and add error-notes to HTTP_REQUEST_URI_TOO_LARGE. Revision ChangesPath 1.131 +4 -1 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-09-25 Thread fielding
fielding98/09/25 15:49:39 Modified:src/main http_config.c Log: Ooops. Friday it is. Undo last unintended commit. Revision ChangesPath 1.132 +1 -4 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-09-19 Thread dougm
dougm 98/09/19 14:54:58 Modified:.STATUS src CHANGES src/main http_config.c Log: Fix bug in ap_remove_module(), which caused problems for dso's who were the top_module. Reviewed by: Dean Gaudet, Marc Slemko Revision

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

1998-09-03 Thread coar
coar98/09/03 11:01:44 Modified:src/main http_config.c Log: If any sort of error is encountered in .htaccess file processing, make the details available to any ErrorDocument scripts that might field the error. Revision ChangesPath 1.126 +4 -0

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

1998-08-11 Thread jim
jim 98/08/11 08:48:01 Modified:src/main http_config.c Log: Propagate the limit_req_* values Revision ChangesPath 1.124 +4 -0 apache-1.3/src/main/http_config.c Index: http_config.c ===

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

1998-05-05 Thread brian
brian 98/05/04 21:40:40 Modified:src/include http_config.h src/main http_config.c Log: Submitted by: Dean Gaudet get/set_module_config are trivial enough to be better off inline. Worth 1.5% performance boost. Updated for renaming. Dean Revision

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

1998-04-06 Thread rse
rse 98/04/06 03:40:16 Modified:src/main http_config.c Log: sync export type with the one from the include file. Revision ChangesPath 1.112 +1 -1 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-03-20 Thread martin
martin 98/03/20 03:24:40 Modified:src/main http_config.c Log: When configuration errors are detected (i.e., srm_command_loop returns an error string), the errno variable is useless. Don't print invalid errno messages at this level. Revision ChangesPath 1.110 +1

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

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

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 04:09:56 Modified:src/main http_config.c http_main.c Log: More cosmetics: - make -v and -V messages equal in style - make usage message readable and avoid line wrapping - compress the ``httpd -h'' output a little bit for easier reading Revision Changes

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

1998-03-12 Thread dgaudet
dgaudet 98/03/12 04:11:14 Modified:src/main http_config.c Log: Fix a case where sar-virthost would be NULL... in the main server. Pointed out by Martin. Revision ChangesPath 1.102 +1 -0 apache-1.3/src/main/http_config.c Index: http_config.c

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

1998-02-25 Thread dgaudet
dgaudet 98/02/25 01:36:13 Modified:src CHANGES src/main http_config.c Log: fix binding to port 0 Revision ChangesPath 1.667 +3 -0 apache-1.3/src/CHANGES Index: CHANGES ===

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:08:31 Modified:src/main http_config.c Log: The prototype of set_file_slot already includes API_EXPORT_NONSTD... fix the declaration. BTW, I think _NONSTD is only required for functions which have variable length parameter lists. i.e. bputs and rputs...