9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
|
|
PidFile "/run/apache2/httpd.pid"
|
||
|
|
|
||
|
|
<IfModule mpm_prefork_module>
|
||
|
|
StartServers 5
|
||
|
|
MinSpareServers 5
|
||
|
|
MaxSpareServers 10
|
||
|
|
MaxRequestWorkers 250
|
||
|
|
MaxConnectionsPerChild 0
|
||
|
|
</IfModule>
|