我不知道该怎么做才能解决这个问题,
我有自己的VPS服务器,我控制着,但是我的问题是如果我打开
**PHP DSO handler** some websites starts working but some stop working或者,如果我选择
**PHP 5 Handler suphp** some websites starts working but some stop working我不知道该怎么办
1. convert them to working in SuPHP (as i heard this is the safest) ?
2. run both in domain wise (may be adding it to the .htacess) ?
3. any other alternatives for this type of problem ?发布于 2012-08-18 09:39:44
nobody或apache,使使用情况可以跟踪。.htaccess中的php_admin_flag或php_flag指令。您只需要在同一个目录中创建一个自定义php.ini文件,其中包含要覆盖的指令。跟踪每个问题不会花很长时间,只需根据安装情况查看/usr/local/apache/logs/error_log或/var/log/apache or httpd/error_log即可。
https://serverfault.com/questions/418844
复制相似问题