Apache安装求救!!
我的Apache和Php都安装完成了,而且启动了Apache.exe,出现
Apache/1.3.12 (Win32) PHP/4.0.5 running...]
但是我在IE中用http://127.0.0.1就是找不到地址,求救啊!!!
问题点数:88、回复次数:8Top
1 楼vivanboy(早起的鸟儿有虫吃)回复于 2002-09-21 11:11:38 得分 50
http://www.csdn.net/Expert/TopicView1.asp?id=760595Top
2 楼sup_haiker(箫之韵)回复于 2002-09-21 11:14:28 得分 18
http://www.jollr.com/article/show.php?id=455Top
3 楼Myself_fu(阿拉丁)回复于 2002-09-21 11:33:00 得分 0
还是不行啊!
运行Apache出现
Apache/1.3.12 (Win32) PHP/4.0.5 running...
但是在IE中http://127.0.0.1就是不能连接不到站点,为什么??Top
4 楼LeeMaRS(小菜虎,仍需努力)回复于 2002-09-21 12:49:23 得分 0
连接不到站点? 404? 还是什么?
如果是404, 有可能是这个原因: Apache的htdocs下面没有index.html,而是index.html.en, 你试着访问http://127.0.0.1/index.html.en看看.Top
5 楼9310guo(zhoun)回复于 2002-09-21 13:29:57 得分 20
看看log文件有什么记录?
用netstat -a 看看80端口的apache有没有启动Top
6 楼phpteam(phpsalon.com)回复于 2002-09-21 13:39:08 得分 0
用http://localhost能访问吗??Top
7 楼realyfly(^_^)回复于 2002-09-21 17:06:07 得分 0
apache目录的conf目录下面有一个httpd.conf文件
找到里面的
#port 80(可能是其他的值)
先把前面的#好去掉
如果不是80,你输入127.0.1.0:那个值
Top
8 楼Myself_fu(阿拉丁)回复于 2002-09-21 18:05:21 得分 0
Thanks for all. I have got the problem. It is not for the php,apache, but for my computer. The system has near down. And now I can not key in Chinese. But I tried to install it in another computer and I did it succussfully.
Top




