summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-26 18:48:10 +0000
committerJeff Trawick <trawick@apache.org>2009-03-26 18:48:10 +0000
commit6c50a14923d6752ebf4ace623686ec34e5ad57e2 (patch)
treeea1f4fa0a59feaa8cdbdee151c918b14bc17c0a9 /docs/conf
parentf2aefa329b7e3d1a7a651053acd3884ab1f63de7 (diff)
downloadhttpd-6c50a14923d6752ebf4ace623686ec34e5ad57e2.tar.gz
axe BeOS MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-mpm.conf.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in
index 874043bcdb..5717754548 100644
--- a/docs/conf/extra/httpd-mpm.conf.in
+++ b/docs/conf/extra/httpd-mpm.conf.in
@@ -19,13 +19,11 @@
<IfModule !mpm_winnt_module>
<IfModule !mpm_netware_module>
<IfModule !mpm_mpmt_os2_module>
-<IfModule !mpm_beos_module>
LockFile "@rel_logfiledir@/accept.lock"
</IfModule>
</IfModule>
</IfModule>
</IfModule>
-</IfModule>
#
@@ -72,16 +70,6 @@ LockFile "@rel_logfiledir@/accept.lock"
MaxRequestsPerChild 0
</IfModule>
-# BeOS MPM
-# StartThreads: how many threads do we initially spawn?
-# MaxClients: max number of threads we can have (1 thread == 1 client)
-# MaxRequestsPerThread: maximum number of requests each thread will process
-<IfModule mpm_beos_module>
- StartThreads 10
- MaxClients 50
- MaxRequestsPerThread 10000
-</IfModule>
-
# NetWare MPM
# ThreadStackSize: Stack size allocated for each worker thread
# StartThreads: Number of worker threads launched at server startup