Websever安装疑难解答

时间:2015-08-23 17:09:58

标签: dns webserver raspberry-pi

我正在尝试设置网络服务器,但我不知道在哪里进行故障排除。我在这里:

  1. 我安装了apache
  2. 我将我的域名指向fear.org(动态DNS服务)并在服务器上安装了他们的软件
  3. 在我的路由器上启用HTTP(80)VNC(5500),SSH(22)的端口转发。以及为服务器启用DMZ主机。我的路由器是Westell 7500。
  4. 服务器使用服务器的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>`  
    

1 个答案:

答案 0 :(得分:0)

检查iptables的配置。并检查虚拟服务器是否已正确配置为接受来自外部的连接。