hotheart 访问次数 : 51 注册日期 : 05-05-08 17:26 上次访问 : 09-10-29 21:05 |
php,mysql,apache都是为了bugfree才接触的。安装的好累,还是没有配置好,郁闷呀。 可以把apache换成IIS吗? |
回帖 |
hotheart 访问次数 : 51 注册日期 : 05-05-08 17:26 上次访问 : 09-10-29 21:05 |
搞了一上午,apache明白了,下午继续搞下两个。 |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
推荐使用greenamp,它是国人做得一个apache+php+mysql的安装包,还是比较好用的。 |
回帖 |
sune 访问次数 : 2 注册日期 : 05-06-22 13:29 上次访问 : 09-10-29 21:05 |
建議你用easyPhp,現在出到1.8,我和你一樣不懂apache+php+mysql,但現在已經會使用了, 也覺得它包得還不錯!要作修改也挺容易的。 |
回帖 |
fingsoft 访问次数 : 11 注册日期 : 05-07-12 14:04 上次访问 : 09-10-29 21:05 |
使用EASYPHP,都正常运行了,但是打开PHPINFO.PHP就提示下载,看来还是没有配置好,大伙帮帮我阿!! |||||已经解决|||||||| 1. 修改 D:\PROGRA~1\EASYPH~1\apache\conf\httpd.conf 中 ServerName localhost 为 ServerName 192.168.0.52 2.修改: # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the # directive. # #Listen 3000 #Listen 12.34.56.78:80 Listen 127.0.0.1:80 == 为: # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the # directive. # #Listen 3000 #Listen 12.34.56.78:80 Listen 192.168.0.52:80 好了,现在可以继续了,安装数据库楼 |
最后编辑, 05-07-13 10:02 回帖 |