首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >什么是HostnameLookups,目标是什么?

什么是HostnameLookups,目标是什么?
EN

Server Fault用户
提问于 2011-02-23 15:44:27
回答 1查看 4.1K关注 0票数 1

我试图在(httpd.conf)中理解HostnameLookups的含义。我也对这个指令的目标感兴趣。

谢谢Alessandro

EN

回答 1

Server Fault用户

发布于 2011-02-23 16:05:24

http://httpd.apache.org/docs/2.2/mod/core.html#hostnamelookups

根据“手册”:

代码语言:javascript
运行
复制
This directive enables DNS lookups so that host names can be logged
(and passed to CGIs/SSIs in REMOTE_HOST). The value Double refers to
doing double-reverse DNS lookup. That is, after a reverse lookup is
performed, a forward lookup is then performed on that result. At
least one of the IP addresses in the forward lookup must match the
original address. (In "tcpwrappers" terminology this is called PARANOID.)
票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/239226

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档