php.ini或者httpd.conf配置的问题,导致MIME识别出问题,
# vi /etc/httpd/httpd.conf
修改添加下列配置项:
DirectoryIndex index.html index.html.var index.php
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddDefaultCharset GB2312
ExtendedStatus On
是你的php跟apache没有配置好,
httpd.conf中要加载支持php的module