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.http://dl.iteye.com/upload/attachment/439418/f2264620-c547-3413-882e-3279eac372a6.png
PHP编译模式错了。如果在windows下,需在php.net上下载 PHP 5.2.13 zip package ,不要下debug pakage 或 Non-thread-safe zip package 。http://dl.iteye.com/upload/attachment/439422/d7fafba7-353f-3784-848a-8ac22950f2c6.png 若在linux下编译,需去掉--with-openssl 参数。LoadModule php5_module "c:/php/php5apache2_2.dll"http://dl.iteye.com/upload/attachment/439424/f0933884-2683-3147-b2fa-c3fe4ebd7721.png AddType application/x-httpd-php .phphttp://dl.iteye.com/upload/attachment/439426/df6860b8-2d13-3fcc-9802-1c132d915f45.png
页:
[1]