Commit e7952a5c authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Enhancement to the optional function ap_cgi_build_command() to handle

detached processes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535 13f79535-47bb-0310-9956-ffa450edef68
parent 056e5464
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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>]