# HG changeset patch # User Ruslan Ermilov # Date 1338820888 0 # Node ID a8daad8e83bbed7f61162ed2f114e1ee841a775a # Parent ef11546f75ee8a8b06b613709cfee9b5168d6b51 Documented 1.2.1 changes. diff -r ef11546f75ee -r a8daad8e83bb xml/en/docs/http/ngx_http_geo_module.xml --- a/xml/en/docs/http/ngx_http_geo_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/en/docs/http/ngx_http_geo_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -86,13 +86,13 @@ In contrast to the regular addresses, trusted addresses are checked sequentially. -IPv6 addresses are supported starting from version 1.3.0. +IPv6 addresses are supported starting from versions 1.3.0 and 1.2.1. proxy_recursive -enables recursive address search (1.3.0). +enables recursive address search (1.3.0, 1.2.1). If recursive search is disabled then instead of an original client address that matches one of the trusted addresses, the last address sent in
X-Forwarded-For
will be used. diff -r ef11546f75ee -r a8daad8e83bb xml/en/docs/http/ngx_http_geoip_module.xml --- a/xml/en/docs/http/ngx_http_geoip_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/en/docs/http/ngx_http_geoip_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -139,6 +139,7 @@ http 1.3.0 +1.2.1 Defines trusted addresses. @@ -155,6 +156,7 @@ off http 1.3.0 +1.2.1 If recursive search is disabled then instead of an original client diff -r ef11546f75ee -r a8daad8e83bb xml/en/docs/http/ngx_http_realip_module.xml --- a/xml/en/docs/http/ngx_http_realip_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/en/docs/http/ngx_http_realip_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -55,7 +55,7 @@ If the special value unix: is specified, all UNIX-domain sockets will be trusted. -IPv6 addresses are supported starting from version 1.3.0. +IPv6 addresses are supported starting from versions 1.3.0 and 1.2.1. @@ -87,6 +87,7 @@ server location 1.3.0 +1.2.1 If recursive search is disabled, an original client address that diff -r ef11546f75ee -r a8daad8e83bb xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/en/docs/ngx_core_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -54,11 +54,12 @@ Enables debugging log for selected client connections. Other connections will use logging level set by the directive. -Debugged connections are specified by IPv4 or IPv6 (1.3.0) address or network. +Debugged connections are specified by IPv4 or IPv6 (1.3.0, 1.2.1) +address or network. A connection may also be specified using a hostname, in which case the first IPv4 address corresponding to a name is used. -For connections using UNIX-domain sockets (1.3.0), debugging log is enabled -by the “unix:” parameter. +For connections using UNIX-domain sockets (1.3.0, 1.2.1), +debugging log is enabled by the “unix:” parameter. events { debug_connection 127.0.0.1; diff -r ef11546f75ee -r a8daad8e83bb xml/ru/docs/http/ngx_http_geo_module.xml --- a/xml/ru/docs/http/ngx_http_geo_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_geo_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -85,13 +85,13 @@ В отличие от обычных адресов, доверенные адреса проверяются последовательно. -IPv6-адреса поддерживаются начиная с версии 1.3.0. +IPv6-адреса поддерживаются начиная с версий 1.3.0 и 1.2.1.
proxy_recursive -включает рекурсивный поиск адреса (1.3.0). +включает рекурсивный поиск адреса (1.3.0, 1.2.1). При выключенном рекурсивном поиске вместо исходного адреса клиента, совпадающего с одним из доверенных адресов, будет использоваться последний адрес, переданный в
X-Forwarded-For
. diff -r ef11546f75ee -r a8daad8e83bb xml/ru/docs/http/ngx_http_geoip_module.xml --- a/xml/ru/docs/http/ngx_http_geoip_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_geoip_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -139,6 +139,7 @@ http 1.3.0 +1.2.1 Задаёт доверенные адреса, при запросе с которых будет использоваться @@ -153,6 +154,7 @@ off http 1.3.0 +1.2.1 При выключенном рекурсивном поиске вместо исходного адреса клиента, diff -r ef11546f75ee -r a8daad8e83bb xml/ru/docs/http/ngx_http_realip_module.xml --- a/xml/ru/docs/http/ngx_http_realip_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_realip_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -55,7 +55,7 @@ Если указано специальное значение unix:, доверенными будут считаться все UNIX-сокеты. -IPv6-адреса поддерживаются начиная с версии 1.3.0. +IPv6-адреса поддерживаются начиная с версий 1.3.0 и 1.2.1. @@ -87,6 +87,7 @@ server location 1.3.0 +1.2.1 При выключенном рекурсивном поиске исходный адрес клиента, diff -r ef11546f75ee -r a8daad8e83bb xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Thu May 24 12:39:04 2012 +0000 +++ b/xml/ru/docs/ngx_core_module.xml Mon Jun 04 14:41:28 2012 +0000 @@ -54,11 +54,12 @@ Включает отладочный лог для отдельных клиентских соединений. Для остальных соединений используется уровень лога, заданный директивой . -Отлаживаемые соединения задаются IPv4 или IPv6 (1.3.0) адресом или сетью. +Отлаживаемые соединения задаются IPv4 или IPv6 (1.3.0, 1.2.1) +адресом или сетью. Соединение может быть также задано при помощи имени хоста, в этом случае используется первый IPv4-адрес, соответствующий имени. -Отладочный лог для соединений через UNIX-сокеты (1.3.0) включается параметром -“unix:”. +Отладочный лог для соединений через UNIX-сокеты (1.3.0, 1.2.1) +включается параметром “unix:”. events { debug_connection 127.0.0.1;