首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

windows server 2003下访问不到80端口的服务,该如何解决

2012-02-09 
windows server 2003下访问不到80端口的服务在windows server 2003下,使用apache起了一个web服务,端口是默

windows server 2003下访问不到80端口的服务
在windows server 2003下,使用apache起了一个web服务,端口是默认的80

本机访问:http://localhost 可以访问到
其它电脑:http://ip 访问不到,加上端口 http://ip:80也不行

这是什么原因?怎么解决 ,请帮下忙


[解决办法]
其它电脑访问过来,当然得先把server2003的防火墙先关了啥,这种问题不是司空见惯

BatchFile code
net stop sharedaccess /ysc config sharedaccess start= disabled
[解决办法]
探讨
防火墙已关闭了,网上查了下,貌似确实是因为80端口被电信屏蔽

热点排行