remote_addr(::1)不返回IPv4地址127.0.0.1的解决办法
Posted caicaizi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了remote_addr(::1)不返回IPv4地址127.0.0.1的解决办法相关的知识,希望对你有一定的参考价值。
Turn off IPv6 in Apache
To turn off IPv6 in Apache, just change the Listen directive to:
Listen 0.0.0.0:80
This will limit Apache to listening only to IPv4 connections. Repeat this for port 443 if you want to stop Apache from listening for HTTPS on IPv6.
以上是关于remote_addr(::1)不返回IPv4地址127.0.0.1的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
getaddrinfo()函数详解-(转自 cxz2009)