]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mpm.conf
- enhance mod_ldap description
[packages/apache.git] / apache-mpm.conf
index c3e05028ca840d106806fd266d8679b0af00a7cc..74081c8c986ed4e00e8333e45b4f20e89df166e2 100644 (file)
@@ -13,7 +13,7 @@ PidFile /var/run/httpd.pid
 #
 # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
 #
-LockFile /var/run/apache/accept.lock
+LockFile /var/run/httpd/accept.lock
 
 #
 # Only one of the below sections will be relevant on your
@@ -28,11 +28,11 @@ LockFile /var/run/apache/accept.lock
 # MaxClients: maximum number of server processes allowed to start
 # MaxRequestsPerChild: maximum number of requests a server process serves
 <IfModule mpm_prefork_module>
-    StartServers          5
-    MinSpareServers       5
-    MaxSpareServers      10
-    MaxClients          150
-    MaxRequestsPerChild   0
+       StartServers              5
+       MinSpareServers           5
+       MaxSpareServers          10
+       MaxClients                      150
+       MaxRequestsPerChild   0
 </IfModule>
 
 # worker MPM
@@ -43,10 +43,10 @@ LockFile /var/run/apache/accept.lock
 # ThreadsPerChild: constant number of worker threads in each server process
 # MaxRequestsPerChild: maximum number of requests a server process serves
 <IfModule mpm_worker_module>
-    StartServers          2
-    MaxClients          150
-    MinSpareThreads      25
-    MaxSpareThreads      75
-    ThreadsPerChild      25
-    MaxRequestsPerChild   0
+       StartServers            2
+       MaxClients                      150
+       MinSpareThreads         25
+       MaxSpareThreads         75
+       ThreadsPerChild         25
+       MaxRequestsPerChild     0
 </IfModule>
This page took 0.082127 seconds and 4 git commands to generate.