我正在尝试设置网络服务器,但我不知道在哪里进行故障排除。我在这里:
服务器使用服务器的IP或我的域正确地在本地网络上托管 - 我相信这表明动态DNS正在运行。但是我无法访问另一个网络上的网站。
以下是我的ports.conf文件的内容:
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# If you add NameVirtualHost *:443 here, you will also have to change
# the VirtualHost statement in /etc/apache2/sites-available/default-ssl
# to <VirtualHost *:443>
# Server Name Indication for SSL named virtual hosts is currently not
# supported by MSIE on Windows XP.
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>`
答案 0 :(得分:0)
检查iptables的配置。并检查虚拟服务器是否已正确配置为接受来自外部的连接。