【发布时间】:2015-02-23 19:46:50
【问题描述】:
因此,由于某种原因,我无法从外部访问我的网站。我已经从 cmd 尝试了命令“ping xxx”,但我得到了超时。我可以从外部访问数据库。我已经转发了 80 端口,还尝试关闭我的防火墙并允许端口 80 TCP/UDP 进出。
我可以在本地访问它(从我的计算机和同一网络上)
我的 httpd.conf 如下所示:
<Directory "D:/wamp/www/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order allow,deny
Allow from all
Deny from none
</Directory>
关于如何解决此问题的任何想法?
【问题讨论】:
标签: apache wamp wampserver