php不支持worker工作模式的报错


[root@CentOS6-node1 ~]# service httpd stop


[Wed Jun 14 16:25:23 2017] [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.  You need to recompile PHP.  Pre-configuration failed


已解决


[root@CentOS6-node1 ~]# cd /usr/local/httpd/conf/


[root@CentOS6-node1 conf]# vim httpd.conf



    DirectoryIndex index.html


#index.php



# Example:


# LoadModule foo_module modules/mod_foo.so


#LoadModule php5_module        modules/libphp5.so


#


#AddType application/x-httpd-php .php