roles/apache: Use event MPM by default
The *event* multi-process module is the default on Fedora, so it should be used by default wherever possible.jenkins-master
parent
02380b23e3
commit
c85fbedf31
|
@ -1,4 +1,4 @@
|
||||||
apache_mpm: prefork
|
apache_mpm: event
|
||||||
apache_keep_num_logs: 4
|
apache_keep_num_logs: 4
|
||||||
apache_max_log_size: 256M
|
apache_max_log_size: 256M
|
||||||
apache_ssl_protocol:
|
apache_ssl_protocol:
|
||||||
|
|
Loading…
Reference in New Issue