]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make Apache use the new ap_create_process call. This is the first of a
authorRyan Bloom <rbb@apache.org>
Mon, 11 Oct 1999 14:20:48 +0000 (14:20 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 11 Oct 1999 14:20:48 +0000 (14:20 +0000)
commit018feacc4ba966d3f2aebc9aac01635cb1c36759
tree4e6d990c298f03103f3678abfa23c3bab5dfe21a
parent644262a3ac18d16d1d02cc1934bc0ef9d8909e72
Make Apache use the new ap_create_process call.  This is the first of a
group of patches.  This patch, allows the core server to compile and
serve pages.  There is a set of patches which will follow to allow the
standard modules to use ap_create_process.  This change should make
writing code which spawns new processes easy to read and understand.
Submitted by: Paul Reder

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83959 13f79535-47bb-0310-9956-ffa450edef68
include/http_log.h
os/beos/os.c
os/unix/os-inline.c
os/win32/util_win32.c
server/log.c