整合apache+tomcat后,php却解析不了了

整合apache+tomcat后,php却解析不了了

在安装tomcat之前,index.html和index.php都能正常解析。

然后安装tomcat,并整合apache+tomcat,index.php index.jsp可以正常解析,index.php不行了,访问的时候就提示下载,实在找不出什么原因?

个人认为配置php最简单的,不知道为什么会有问题?之前配置过很多次从来没遇到这种问题!!

[root@web1 ~]# more /web1/apache/conf/httpd.conf | grep LoadModule
# have to place corresponding `LoadModule' lines at this location so the
# LoadModule foo_module modules/mod_foo.so
LoadModule php4_module        modules/libphp4.so
LoadModule jk2_module         modules/mod_jk2.so
[root@web1 ~]# more /web1/apache/conf/httpd.conf | grep DirectoryIndex
# DirectoryIndex: sets the file that Apache will serve if a directory
DirectoryIndex index.html index.html.var index.php index.jsp
[root@web1 ~]#
想必是所有的文件都给jsp解析了,一般而言,你最好设置一个目录给jsp解析。