Apache HTTP Сервер Версия 2.2
Apache Module mod_ident
Описание: | RFC 1413 ident lookups |
---|---|
Статус: | Extension |
Идентификатор модуля: | ident_module |
Исходный файл: | mod_ident.c |
Совместимость: | Available in Apache 2.1 and later |
Summary
This module queries an
IdentityCheck Директива
Описание: | Enables logging of the RFC 1413 identity of the remote user |
---|---|
Синтаксис: | IdentityCheck On|Off |
По умолчанию: | IdentityCheck Off |
Контекст: | server config, virtual host, directory |
Статус: | Extension |
Модуль: | mod_ident |
Совместимость: | Moved out of core in Apache 2.1 |
This directive enables %...l
format string.
Note that this can cause serious latency problems accessing
your server since every request requires one of these lookups
to be performed. When firewalls or proxy servers are involved,
each lookup might possibly fail and add a latency duration as
defined by the IdentityCheckTimeout
directive to each hit. So in
general this is not very useful on public servers accessible from
the Internet.
IdentityCheckTimeout Директива
Описание: | Determines the timeout duration for ident requests |
---|---|
Синтаксис: | IdentityCheckTimeout seconds |
По умолчанию: | IdentityCheckTimeout 30 |
Контекст: | server config, virtual host, directory |
Статус: | Extension |
Модуль: | mod_ident |
This directive specifies the timeout duration of an ident
request. The default value of 30 seconds is recommended by