stoddard00/02/12 16:39:05
Modified:src/modules/standard mod_cgi.c
Log:
Set up return codes correctly in the failure case.
Revision ChangesPath
1.28 +10 -10apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
==
rbb 99/12/14 12:37:59
Modified:src/modules/standard mod_cgi.c
Log:
Make CGI's work correctly in Apache 2.0. APR wants the first element in the
argument list to be the program name. This is exactly what POSIX requires,
and what Windows wants, but Apache 1.3 would create the
rbb 99/12/13 12:52:30
Modified:src/main http_log.c
src/modules/standard mod_cgi.c mod_include.c
mod_mime_magic.c
Log:
Get rid of more platform dependant code.
Revision ChangesPath
1.22 +1 -9 apache-2.0/src/main/http_log
rbb 99/12/02 10:36:47
Modified:src/lib/apr/file_io/unix pipe.c
src/lib/apr/include apr_file_io.h apr_thread_proc.h
src/lib/apr/threadproc/unix proc.c
src/main http_log.c
src/modules/standard mod_cgi.c mod_include.c
manoj 99/10/31 01:02:57
Modified:src/include buff.h
src/main buff.c http_protocol.c util_script.c
src/modules/standard mod_cgi.c
Log:
Undo the ap_bgets errno patch. It will return status with ap_berror().
Revision ChangesPath
1.10 +1 -
manoj 99/10/30 01:05:10
Modified:src/include buff.h
src/main buff.c http_protocol.c util_script.c
src/modules/standard mod_cgi.c
Log:
An errnoless interface for ap_bgets
Revision ChangesPath
1.9 +2 -1 apache-2.0/src/include/buff.
manoj 99/10/29 22:25:33
Modified:src/include buff.h
src/main buff.c http_protocol.c
src/modules/standard mod_cgi.c mod_echo.c
Log:
ap_bwrite now exports an errnoless interface.
Revision ChangesPath
1.8 +3 -2 apache-2.0/src/includ
bjh 99/10/25 05:45:39
Modified:src/modules/standard mod_cgi.c
Log:
Make args to CGIs work.
Revision ChangesPath
1.15 +6 -6 apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===
rbb 99/10/20 11:28:11
Modified:src/lib/apr/threadproc/unix proc.c
src/modules/standard mod_cgi.c
Log:
Fix mod_cgi so it works on Unix systems. We need to be VERY careful
about calling ap_cleanups_for_exec now. There is really no reason to call
this from outsi
stoddard99/10/17 08:26:07
Modified:src/modules/standard mod_cgi.c
Log:
A couple of arg swaps on ap_open
Revision ChangesPath
1.12 +4 -4 apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
stoddard99/10/14 17:05:02
Modified:src/modules/standard mod_cgi.c
Log:
Fix argv list generation bug.
Revision ChangesPath
1.11 +17 -17apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===
stoddard99/10/14 06:51:41
Modified:src/modules/standard mod_cgi.c
Log:
Still does not work reliably, but it's closer to being right.
Revision ChangesPath
1.10 +119 -77 apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===
stoddard99/10/12 12:19:31
Modified:src/modules/standard mod_cgi.c
Log:
Need to pass in just the directory, not including the filename. Note that CGI
arguments are being completely ignored. suexec needs to be handled, the CGI
arguments
need to be canonicalized (e.g., quote args c
[EMAIL PROTECTED] wrote:
>
> stoddard99/10/12 07:45:59
>
> Modified:src/modules/standard mod_cgi.c
> Log:
> Fix bug interpreting cgi_child return code. Do some clean-up.
>
> Revision ChangesPath
> 1.8 +6 -16 apache-2.0/src/modules/standard/mod_cgi.c
>
> Index:
stoddard99/10/12 07:45:59
Modified:src/modules/standard mod_cgi.c
Log:
Fix bug interpreting cgi_child return code. Do some clean-up.
Revision ChangesPath
1.8 +6 -16 apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===
manoj 99/10/11 21:06:59
Modified:src/modules/standard mod_cgi.c
Log:
Fix function arguments to respect APR's New World Order.
Revision ChangesPath
1.7 +3 -3 apache-2.0/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
stoddard99/10/11 13:44:33
Modified:src/modules/standard mod_cgi.c
Log:
First cut at migrating mod_cgi over to APR. Still needs some work to make it
Win32 friendly (use named pipes, etc.)
Submitted by: Paul Reder
Reviewed by: Bill Stoddard
Revision ChangesPath
1.6
17 matches
Mail list logo