]> granicus.if.org Git - apache/commit
Remove the Win32 script-processing exception from mod_cgi, and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 17 Sep 2001 21:07:36 +0000 (21:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 17 Sep 2001 21:07:36 +0000 (21:07 +0000)
commitf4959370858d3d1919740fac27ebc48eca8a6ad1
tree85dccbc37a9290cb88f75adee73752f6b448bb98
parent276fbaea16e56519a3cc687c60cdba7190c44764
   Remove the Win32 script-processing exception from mod_cgi, and
   roll build_command_line/build_argv_list into a unified, overrideable
   ap_cgi_build_command optional function.

   Eliminates a ton of Win32 cruft from core.c for registry parsing.
   Win32 (through the default handler, and newest changes to the
   apr_proc_create fn) continues to serve .bat/.exe files.  This is in
   preparation for adding modules/arch/win32/mod_win32 for scripts.

   Please review the mod_cgi.c behavior very carefully.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91058 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_core.h
modules/generators/mod_cgi.c
server/core.c