php5.2+apache2.2安装错误
Apache is running a threaded MPM,but your PHP Modle is not compiled to be threadsafe. You need to recompile PHP.
PHP编译模式错了。
如果在windows下,需在php.net上下载 PHP 5.2.13 zip package ,不要下debug pakage
或 Non-thread-safe zip package 。
?
若在linux下编译,需去掉--with-openssl 参数。
LoadModule php5_module "c:/php/php5apache2_2.dll"
?
AddType application/x-httpd-php .php
?
?