Prefork is default for Centos, but you change change this:
vi /etc/sysconfig/httpd
HTTPD=/usr/sbin/httpd.worker
service httpd restart
centos enable apache worker mpm
Leave a reply
Prefork is default for Centos, but you change change this:
vi /etc/sysconfig/httpd
HTTPD=/usr/sbin/httpd.worker
service httpd restart