From fceadd3c0b7ca48e08b5bd8fa27a6b67315bcdd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Thu, 23 Feb 2012 14:14:08 +0100 Subject: [PATCH] - load prefork module as default --- apache-mpm.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache-mpm.conf b/apache-mpm.conf index 74081c8..63ca63d 100644 --- a/apache-mpm.conf +++ b/apache-mpm.conf @@ -1,6 +1,10 @@ # # Server-Pool Management (MPM specific) # +# Use prefork as default +LoadModule mpm_prefork_module modules/mod_mpm_prefork.so +#LoadModule mpm_worker_module modules/mod_mpm_worker.so +#LoadModule mpm_event_module modules/mod_mpm_event.so # # PidFile: The file in which the server should record its process -- 2.44.0