配置下面几段代码完全无用:
AddHandler php5-script php
AddType application/x-httpd-php .php .php5
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.htm index.html
后来 搜索一下,apache 下面没有php解析模块:
find / -name libphp5.so
在/usr/local/apache/conf/httpd.conf 配置
LoadModule php5_module /你的路径/libphp5.so