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

1999-06-30 Thread stoddard
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 =

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

1999-03-08 Thread fielding
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

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

1998-11-01 Thread marc
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.

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

1998-09-21 Thread coar
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.

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

1998-09-03 Thread coar
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

cvs commit: apache-1.3/src/modules/standard mod_cgi.c mod_env.c mod_include.c mod_rewrite.c mod_setenvif.c

1998-06-27 Thread ben
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

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

1998-05-28 Thread brian
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:

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

1998-05-20 Thread brian
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

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

1998-05-16 Thread ben
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

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

1998-04-22 Thread rse
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

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

1998-04-01 Thread martin
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

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

1998-02-03 Thread dgaudet
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.