3.1-apache initial
This commit is contained in:
9
3.1-apache/apache2/conf.d/mpm.conf
Normal file
9
3.1-apache/apache2/conf.d/mpm.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
PidFile "/run/apache2/httpd.pid"
|
||||
|
||||
<IfModule mpm_prefork_module>
|
||||
StartServers 5
|
||||
MinSpareServers 5
|
||||
MaxSpareServers 10
|
||||
MaxRequestWorkers 250
|
||||
MaxConnectionsPerChild 0
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user