虚拟主机 - 找不到服务器

发布于 2024-11-26 08:54:20 字数 942 浏览 1 评论 0原文

我使用 Apache VirtualHosts 在我的网络服务器上运行不同的网站。现在我很难让一个网站正常工作。当我在 Firefox 中浏览该网站时,它显示“Firefox 无法在 www.mydomain.com 找到服务器”,即使拼写正确。

进一步的traceroute和ping都解析到正确的IP,所以我怀疑这是因为DNS问题。

我从工作站点复制了 VirtualHost-config 文件,只是更改了服务器上现有的域和路径。此外,我检查了该站点是否已启用(使用 a2ensite),重新启动 apache,重新加载 apache,但它仍然无法正常工作。

这是我的虚拟主机文件:

<VirtualHost censored_ip:80>
  ServerName mydomain.com
  ServerAlias mydomain.com www.mydomain.com
  ServerAdmin <myemail>
  DocumentRoot /var/www/efin/
  <Directory /var/www/efin/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
  </Directory>
  ErrorLog /var/log/apache2/error_efin.log
  LogLevel warn
  CustomLog /var/log/apache2/access.log combined
  ServerSignature On
</VirtualHost>

我希望有人可以在这里找到错误,因为我不知道在哪里可以找到它了。预先非常感谢。如果需要,我很乐意提供更多信息。

此致,迈克尔

I'm running different websites on my webserver using Apache VirtualHosts. Now I have troubles getting one site to work. When I browse to the site in Firefox it says "Firefox can't find the server at www.mydomain.com", even though it's spelled correctly.

Further traceroute and ping both resolve to the correct IP, so I doubt it is because of a DNS issue.

I copied the VirtualHost-config file from a working site and just changed the domains and path on the server, which is existent. Further I checked that the site is enabled (with a2ensite), restartet apache, reloaded apache, but it is still not working.

Here's my VirtualHost-File:

<VirtualHost censored_ip:80>
  ServerName mydomain.com
  ServerAlias mydomain.com www.mydomain.com
  ServerAdmin <myemail>
  DocumentRoot /var/www/efin/
  <Directory /var/www/efin/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
  </Directory>
  ErrorLog /var/log/apache2/error_efin.log
  LogLevel warn
  CustomLog /var/log/apache2/access.log combined
  ServerSignature On
</VirtualHost>

I hope someone can find the error here, since I have no idea where to look for it anymore. Thanks a lot in advance. I'd be happy to provide further information if needed.

Sincerely, Michael

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文