dgaudet 97/06/26 19:28:59
Modified:src Tag: APACHE_1_2_X CHANGES mod_cgi.c mod_include.c
util_script.c
Log:
give me useless text not useless errno
Reviewed by: Dean, Alexei
Submitted by: Marc
Revision ChangesPath
No re
fielding97/03/31 22:17:53
Modified:src CHANGES mod_cgi.c
Log:
Stopgap solution for CGI 3-second delay with server-side includes: if
processing a subrequest, allocate memory from r->main->pool instead
of r->pool so that we can avoid waiting for free_proc_chain to cleanup
i
fielding97/03/07 05:42:05
Modified:src CHANGES mod_cgi.c
Log:
Allow for cgi files without the .EXE extension on them under OS/2.
Submitted by: Garey Smiley, closes PR #59
Reviewed by: Roy Fielding, Chuck Murcko
Revision ChangesPath
1.186 +4 -1 apache
fielding97/02/11 09:02:06
Modified:src CHANGES mod_cgi.c http_protocol.c
Log:
Fixed problem with mod_cgi-generated internal redirects trying to read
the request message-body twice. The owners of mod_fastcgi and mod_php
(and any other input-reading modules that might genera
randy 97/01/24 16:59:45
Modified:src CHANGES mod_cgi.c
Log:
Turn off call to can_exec() if suexec_enabled.
Revision ChangesPath
1.130 +4 -0 apache/src/CHANGES
Index: CHANGES
===
RCS
randy 96/12/24 12:03:25
Modified:src CHANGES mod_cgi.c
Log:
Fix invalid reference to the correct resource pool. This could cause
resources not to be properly freed, or freeing of invalid resources.
Reviewed by: Chuck Murcko, Randy Terbush
Submitted by: Dean Gaudet
randy 96/12/17 12:42:40
Modified:src CHANGES mod_cgi.c
Log:
Reset timeout while reading via get_client_block() in mod_cgi.c
Fixes failed file transfer problems for _large_ files.
Reviewed by: Randy Terbush
Submitted by: Rasmus Lerdorf
Revision ChangesPath
1.
akosut 96/06/17 13:25:15
Modified:src CHANGES mod_cgi.c
Log:
"This is at least meant to make Apache behave a little more sensibly
when a script stops reading output early (or the pipe just gets
jammed). I believe this is the bug that Mark Weiser was raising hell
about a