detached processes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.37
+ *) Consolidated the command line parameters and attributes that are
+ manipulated by the optional function ap_cgi_build_command() in
+ mod_cgi into a single structure. Also added a "detached" attribute
+ to the structure so that in addition to building the command
+ line, each OS can specify how the CGI binary should be launched.
+ [Brad Nicholes]
+
*) Get rid of uninitialized value errors with "apxs -q" on certain
variables. [Stas Bekman <stas@stason.org>]