]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Pass the process_rec to the MPM to allow rewriting of the args list.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 May 2000 06:22:55 +0000 (06:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 May 2000 06:22:55 +0000 (06:22 +0000)
commit5e05af51e4271e4f057b9bcfb204d14ba535678f
tree686d98748ed3e1d7d5c860ab97bacc5a0b5cc352
parentff26991747102de5cb83134fbb3814a51a3454e4
  Pass the process_rec to the MPM to allow rewriting of the args list.
  Especially necessary under Win32, or other non-unix front ends where
  oddball arguments might be required, but without causing a mess in
  http_main.c.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85311 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
server/main.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm_winnt.c