前几天课题没发下来,特别特别有时间!学起了apache。去申请了个域名,拿自己的机器学做web server,访问地址暂时是http://beambeam.xicp.net:8000/ !(不用再受广告骚扰了)所以四处找同学朋友帮我测试,在这谢谢他们!原来的http://pplzb.go.nease.net/也可以访问,有的人浏览时会出现广告,但我自己访问就没有看到,不知为什么???
另外发现帮助文档和faq帮我解决了很多问题,以前总是忽略了这些“宝贵的资料”!
这是其中一个问题:
Why can I access my website from the server or from my local network, but I can't access it from elsewhere on the Internet?
There are many possible reasons for this, and almost all of them are related to the configuration of your network, not the configuration of the Apache HTTP Server. One of the most common problems is that a firewall blocks access to the default HTTP port 80. In particular, many consumer ISPs block access to this port. You can see if this is the case by changing any Port and Listen directives in httpd.conf to use port 8000 and then request your site using yourhost.example.com:8000/. (Of course, a very restrictive firewall may block this port as well.)
另外发现帮助文档和faq帮我解决了很多问题,以前总是忽略了这些“宝贵的资料”!
这是其中一个问题:
Why can I access my website from the server or from my local network, but I can't access it from elsewhere on the Internet?
There are many possible reasons for this, and almost all of them are related to the configuration of your network, not the configuration of the Apache HTTP Server. One of the most common problems is that a firewall blocks access to the default HTTP port 80. In particular, many consumer ISPs block access to this port. You can see if this is the case by changing any Port and Listen directives in httpd.conf to use port 8000 and then request your site using yourhost.example.com:8000/. (Of course, a very restrictive firewall may block this port as well.)
回复Comments
作者:
{commentrecontent}