Apache 服务器没有监听本地主机?

Apache 服务器没有监听本地主机?

我在 Linode 服务器上使用 Apache 2.4。3 天前一切正常,但现在我访问http://127.0.0.1/从我的 linode 服务器来看,服务器访问日志显示我从公共 IP 访问它

106.184.*.* - - [09/Feb/2017:00:56:28 +0800] "GET / HTTP/1.1" 

它应该是:

127.0.0.1 - - [09/Feb/2017:00:56:28 +0800] "GET / HTTP/1.1" 

三天前我在我的 Linode 服务器上安装了 l2tp 服务器,这可能是问题所在。

答案1

这是iptables的问题。

iptables -t nat -A POSTROUTING -j MASQUERADE

相关内容