From 509ad5a906003c3118c5ba0a36532ea4dbf3238c Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Tue, 7 Aug 2001 20:34:47 +0000
Subject: [PATCH] prefork is default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90009 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mpm.html | 2 +-
docs/manual/mpm.html.en | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html
index 6e9ada1650..787d8b0908 100644
--- a/docs/manual/mpm.html
+++ b/docs/manual/mpm.html
@@ -79,7 +79,7 @@ every module that is compiled into the server, including the MPM.
- BeOS: mpmt_beos
- OS/2: spmt_os2
- - Unix: threaded
+ - Unix: prefork
- Windows: winnt
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en
index 6e9ada1650..787d8b0908 100644
--- a/docs/manual/mpm.html.en
+++ b/docs/manual/mpm.html.en
@@ -79,7 +79,7 @@ every module that is compiled into the server, including the MPM.
- BeOS: mpmt_beos
- OS/2: spmt_os2
- - Unix: threaded
+ - Unix: prefork
- Windows: winnt
--
2.50.1