stoddard99/06/29 21:36:56
Modified:src/modules/standard mod_cgi.c
Log:
Win32: On CGI script failure, direct the CGI's stderr to the error log.
Revision ChangesPath
1.92 +11 -0 apache-1.3/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
=
fielding99/03/08 07:44:04
Modified:src CHANGES
src/include ap_mmn.h
src/main http_main.c http_protocol.c
src/modules/proxy proxy_http.c
src/modules/standard mod_cgi.c
Log:
SIGPIPE is now ignored by the server core. The
marc98/10/31 17:08:45
Modified:src/modules/standard mod_cgi.c
Log:
If we can't find a script and magically try adding ".EXE" to it, then
do not log can't find foo.EXE, but just foo. This avoids confusing
people.
Revision ChangesPath
1.87 +5 -2 apache-1.
coar98/09/21 14:09:52
Modified:src/main http_config.c http_core.c util_script.c
src/modules/standard mod_cgi.c
Log:
Now that *ERROR_NOTES is set by ap_log_rerror(), remove
some cases that manually set it to the same string after
the call.
coar98/09/03 15:40:43
Modified:src CHANGES
src/main util_script.c
src/modules/standard mod_cgi.c
Log:
Put an explanation of *why* the "500 Server Error" condition
occurred during CGI processing into the *ERROR_NOTES envariable
ben 98/06/27 11:09:35
Modified:src/include alloc.h
src/main http_protocol.c http_request.c util_script.c
src/modules/proxy proxy_http.c
src/modules/standard mod_cgi.c mod_env.c mod_include.c
mod_rewrite.c mod_setenv
brian 98/05/28 15:10:00
Modified:htdocs/manual new_features_1_3.html
src/include alloc.h buff.h compat.h
src/main alloc.c http_log.c
src/modules/standard mod_cgi.c mod_include.c
mod_mime_magic.c mod_rewrite.c
Log:
brian 98/05/20 05:18:06
Modified:src/modules/standard mod_cgi.c
Log:
PR: 2119
clean up an error message.
Revision ChangesPath
1.79 +1 -1 apache-1.3/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
ben 98/05/16 09:34:51
Modified:src CHANGES
src/include alloc.h buff.h util_script.h
src/main alloc.c buff.c http_log.c util_script.c
src/modules/standard mod_cgi.c mod_include.c
Log:
Fix Win32 CGI.
Revision ChangesPath
rse 98/04/22 08:06:46
Modified:.STATUS
src CHANGES
src/modules/standard mod_cgi.c
Log:
Fix DEBUG_CGI situation in mod_cgi.c
Submitted by: David MacKenzie <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
Revision Changes
martin 98/04/01 06:24:37
Modified:src/main http_main.c http_request.c
src/modules/standard mod_cgi.c mod_include.c mod_rewrite.c
mod_userdir.c
Log:
Remove unreferenced variables
Revision ChangesPath
1.318 +2 -3 apache-1.3
dgaudet 98/02/02 23:28:46
Modified:src/modules/standard mod_cgi.c
Log:
r->finfo isn't a scratch space, it contains information about r->filename
so create a scratch space when we need to scratch.
r->finfo.st_mode == 0 should be tested before other things involving
r->finfo.
12 matches
Mail list logo