请问安装apache tomcat 6.0后,怎么装php-5.3.6-win32-vc9-x86.msi
我在安装的时候选择web server为apache 2.2.x module,安装到最后的时候会报一个错误,error trying access httpd.conf file.you will need to manually configure the web server.
我看到好多网上安装php教程都说appche的安装目录的conf文件夹下有httpd.conf文件,可是我的为什么没有呢??!(服务器是没有问题的,可以各种跑)
还有网上说php安装目录有php.ini-dist,php.ini-optimized 等等文件,我的也没有,只有一个php.ini
有大侠遇到过相同的情况吗?谢谢了
------解决方案--------------------
注意 tomcat 是 apache 的一个项目. apache web(http) server 是 apache 的另一个项目.
你安装的是 tomcat ,而不是 apache web(http) server 所以, 你找不到也是很正常的.
apache web(http) server 项目的首页是 : http://httpd.apache.org/
而 tomcat 项目的首页是 : http://tomcat.apache.org/
------解决方案--------------------
tomcat is java application server (for .jsp, servlet). it is not a http server. to use php, you must install a http server.
or you can install some bundled packages, such as xampp, which will install everything for you.
http://www.apachefriends.org/en/xampp-windows.html
------解决方案--------------------
是不是先要启动apache服务 直接 安装就可以?
