Apache2 连接问题

Apache2 连接问题

我想要托管的某些网站出现问题。一个是托管在我的物理机(端口 443)上的 owncloud 服务器,另一个位于 virtualbox guest(端口 80)上。

我已在内部成功导航到它们,但仅通过互联网成功连接到它们一次。现在我所有的连接尝试都无法连接。所以我知道它们至少部分配置正确......

我还有一个在 virtualbox guest 虚拟机(端口 8080)上运行的 VPN 服务器,并且通过互联网连接到它没有任何问题。因此,我很确定这是一个 apache 配置问题。

任何帮助将不胜感激!!

这些是 apache 日志中唯一的错误:

(EAI 2)Name or service not known: AH00549: Failed to resolve server name for 10.1.1.9 (check DNS) -- or specify an explicit ServerName
[Tue Jul 26 12:41:02.431334 2016] [ssl:warn] [pid 1538] AH01909: server.rowell:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jul 26 12:41:02.431418 2016] [mpm_prefork:notice] [pid 1538] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured -- resuming normal operations
[Tue Jul 26 12:41:02.431422 2016] [core:notice] [pid 1538] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jul 26 12:48:15.217990 2016] [mpm_prefork:notice] [pid 1538] AH00169: caught SIGTERM, shutting down
[Tue Jul 26 12:48:16.331568 2016] [ssl:warn] [pid 13985] AH01909: server.rowell:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jul 26 12:48:16.383286 2016] [ssl:warn] [pid 13986] AH01909: server.rowell:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jul 26 12:48:16.385210 2016] [mpm_prefork:notice] [pid 13986] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured -- resuming normal operations
[Tue Jul 26 12:48:16.385221 2016] [core:notice] [pid 13986] AH00094: Command line: '/usr/sbin/apache2'

答案1

如果您的 virtualbox guest 有 NAT 虚拟网络?

将其更改为桥接并确保您的路由器已正确将 TCP:80 转发到家庭网络中的 VirtualBox 来宾 IP 地址。

相关内容