]> granicus.if.org Git - apache/commit
Rename the mpmt_pthread module to threaded. This module has moved from
authorRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 19:00:24 +0000 (19:00 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 19:00:24 +0000 (19:00 +0000)
commite25e1dc44b57949f8c028dbc878bdeb6be9dcc7d
tree00b835b4f02fec67ac90dcbb4a380e6b53153bbd
parent7feff797578da639051b741b0917675659c70a77
Rename the mpmt_pthread module to threaded.  This module has moved from
the old mpmt_pthread directory to the new threaded directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
CHANGES
docs/conf/highperformance-std.conf
docs/conf/httpd-std.conf
docs/manual/mod/index-bytype.html
docs/manual/mod/index.html
docs/manual/mod/mpm_common.html
docs/manual/mod/prefork.html
docs/manual/mod/threaded.html [moved from docs/manual/mod/mpmt_pthread.html with 94% similarity]
docs/manual/mpm.html
docs/manual/mpm.html.en
modules/generators/config5.m4
server/mpm/MPM.NAMING
server/mpm/config.m4
server/mpm/mpmt_pthread/Makefile.in [deleted file]
server/mpm/mpmt_pthread/Makefile.libdir [deleted file]
server/mpm/threaded/Makefile.in [new file with mode: 0644]
server/mpm/threaded/config.m4 [moved from server/mpm/mpmt_pthread/config.m4 with 77% similarity]
server/mpm/threaded/mpm.h [moved from server/mpm/mpmt_pthread/mpm.h with 96% similarity]
server/mpm/threaded/mpm_default.h [moved from server/mpm/mpmt_pthread/mpm_default.h with 100% similarity]
server/mpm/threaded/threaded.c [moved from server/mpm/mpmt_pthread/mpmt_pthread.c with 99% similarity]