I am struggling to enable MPM Worker
I uncommented #HTTPD=/usr/sbin/httpd.worker
in /etc/sysconfig/httpd
and restarted Apache but I am receiving these error:
Starting httpd: httpd.worker: Syntax error on line 222 of
/etc/httpd/conf/httpd.conf
Syntax error on line 9 of/etc/httpd/conf.d/php.conf
: Cannot load/etc/httpd/modules/libphp5-zts.so
into server:/etc/httpd/modules/libphp5-zts.so
: cannot open shared object file: No such file or directory
Any ideas what I am doing wrong?
You need to install
php-zts
package:and make sure that this extension exists in
/etc/httpd/modules
: