]> granicus.if.org Git - apache/commitdiff
Enhancement to the optional function ap_cgi_build_command() to handle
authorBradley Nicholes <bnicholes@apache.org>
Wed, 5 Jun 2002 23:30:30 +0000 (23:30 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 5 Jun 2002 23:30:30 +0000 (23:30 +0000)
detached processes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2f2349fe45e71002e15bc327dd61cb7cbca8be2c..65b6d51763736e415616fa9c1000be5b4bbf58fb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
 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>]