From: Bartosz Świątek Date: Thu, 23 Feb 2012 13:14:08 +0000 (+0100) Subject: - load prefork module as default X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=fceadd3c0b7ca48e08b5bd8fa27a6b67315bcdd9 - load prefork module as default --- 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