]> git.pld-linux.org Git - packages/apache.git/commitdiff
- mpm modules directives
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 25 Feb 2012 22:49:45 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mpm.conf -> 1.5

apache-mpm.conf

index 74081c8c986ed4e00e8333e45b4f20e89df166e2..d40aa748984b8ffc86147db6f1d1bf622fbb348b 100644 (file)
@@ -2,6 +2,11 @@
 # Server-Pool Management (MPM specific)
 #
 
+# MPM to use (only one at a time)
+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
 # identification number when it starts.
This page took 0.368061 seconds and 4 git commands to generate.