Home >Backend Development >PHP Tutorial >host配置的问题?

host配置的问题?

WBOY
WBOYOriginal
2016-06-06 20:43:301251browse

在host配置项里有这一项: # ::1 localhost该选项默认是注释掉的。由于我不小心开启了该选项,导致yii的gii功能实用不了,我估计与'ipFilters'=>array('127.0.0.1','::1'),设置有关,请问大牛,host中这选项的作用是什么呢?小菜在线等。

回复内容:

在host配置项里有这一项: # ::1 localhost该选项默认是注释掉的。由于我不小心开启了该选项,导致yii的gii功能实用不了,我估计与'ipFilters'=>array('127.0.0.1','::1'),设置有关,请问大牛,host中这选项的作用是什么呢?小菜在线等。

::1是IPv6的loopback地址,这一行就是给localhost这个主机名加配一个IPv6的loopback地址。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn