# HG changeset patch # User Ruslan Ermilov # Date 1346145820 0 # Node ID 77a3314c74a784ae4576126054ca8583867c9bb2 # Parent bd81a71006fec9f878e1c6732b576f169b995eaa Avoid the uses of second person. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/events.xml --- a/xml/en/docs/events.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/events.xml Tue Aug 28 09:23:40 2012 +0000 @@ -77,7 +77,8 @@ However, in Linux 2.6.6-mm2 this parameter is gone, and each process now has its own event queue. The size of each queue is limited by RLIMIT_SIGPENDING -(see also ). +and can be changed with +. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/configuring_https_servers.xml --- a/xml/en/docs/http/configuring_https_servers.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/configuring_https_servers.xml Tue Aug 28 09:23:40 2012 +0000 @@ -15,9 +15,9 @@
-To configure an HTTPS server you must enable the SSL protocol -in the server block, and specify the locations of the server certificate -and private key files: +To configure an HTTPS server, the SSL protocol must be enabled +in the server block, and the locations of the server certificate +and private key files should be specified: server { @@ -79,7 +79,7 @@ SSL operations consume extra CPU resources. -On multi-processor systems you should run several worker processes: +On multi-processor systems several worker processes should be run, no less than the number of available CPU cores. The most CPU-intensive operation is the SSL handshake. There are two ways to minimize the number of these operations per client: @@ -175,7 +175,7 @@ may already have the required intermediate certificates and may not complain about a certificate sent without a chained bundle. To ensure the server sends the complete certificate chain, -you may use the openssl command-line utility, for example: +the openssl command-line utility may be used, for example: $ openssl s_client -connect www.godaddy.com:443 @@ -213,8 +213,8 @@ -If you have not added the certificates bundle, you will see only your server -certificate #0. +If a certificate bundle has not been added, only the server certificate #0 +will be shown.
@@ -223,13 +223,8 @@
-It is good practice to configure separate servers for HTTP and HTTPS -protocols from the very start. Although their functionalities currently -seem equal, this may change significantly in the future -and using a consolidated server may become problematic. -However, if HTTP and HTTPS servers are equal, -and you prefer not to think about the future, -you may configure a single server that handles both HTTP and HTTPS requests +If HTTP and HTTPS servers are equal, +a single server that handles both HTTP and HTTPS requests may be configured by deleting the directive “ssl on” and adding the ssl parameter for *:443 port: diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -418,7 +418,8 @@ Defines a default MIME-type of a response. -See also the directive. +Mapping of file name extensions to MIME types can be set +with the directive. @@ -1771,7 +1772,8 @@ -See also the directive. +The use of a primary server name in redirects is controlled by +the directive. @@ -2254,7 +2256,7 @@ -For more information, please refer to the +Detailed description of server names is provided in a separate document. @@ -2278,7 +2280,8 @@ -See also the directive. +The use of a port in redirects is controlled by +the directive. @@ -2292,8 +2295,8 @@ Sets the bucket size for the server names hash tables. Default value depends on the size of the processor’s cache line. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -2306,8 +2309,8 @@ Sets the maximum size of the server names hash tables. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -2404,7 +2407,7 @@ } The last parameter can also point to a named location, -see examples below. +as shown in examples below. As of version 0.7.51, the last parameter can also be a code: @@ -2569,8 +2572,8 @@ Sets the bucket size for the types hash tables. Default value depends on the size of the processor’s cache line. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -2585,8 +2588,8 @@ Sets the maximum size of the types hash tables. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -2622,8 +2625,8 @@ Sets the bucket size for the variables hash table. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -2636,8 +2639,8 @@ Sets the maximum size of the variables hash table. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/ngx_http_map_module.xml --- a/xml/en/docs/http/ngx_http_map_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/ngx_http_map_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -88,7 +88,7 @@ If a source value matches one of the names of special parameters -(see below), it should be prefixed with the “\” symbol. +described below, it should be prefixed with the “\” symbol. @@ -179,8 +179,8 @@ Sets the bucket size for the variables hash tables. Default value depends on the size of the processor’s cache line. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -194,8 +194,8 @@ Sets the maximum size of the variables hash tables. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/ngx_http_mp4_module.xml --- a/xml/en/docs/http/ngx_http_mp4_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/ngx_http_mp4_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -82,7 +82,7 @@ --with-http_mp4_module configuration parameter. -If you were using the third-party mp4 module, be sure to disable it. +If a third-party mp4 module was previously used, it needs to be disabled. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/ngx_http_referer_module.xml --- a/xml/en/docs/http/ngx_http_referer_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/ngx_http_referer_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -57,8 +57,8 @@ Sets the bucket size for the valid referers hash tables. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. @@ -73,8 +73,8 @@ Sets the maximum size of the valid referers hash tables. -For more information, please refer to -Setting Up Hashes. +Details of setting up hash tables are provided in a separate +document. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/http/server_names.xml --- a/xml/en/docs/http/server_names.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/http/server_names.xml Tue Aug 28 09:23:40 2012 +0000 @@ -327,7 +327,8 @@ in three hash tables bound to the listen ports. The sizes of hash tables are optimized at the configuration phase so that a name can be found with the fewest CPU cache misses. -See also “”. +Details of setting up hash tables are provided in a separate +document. diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/install.xml --- a/xml/en/docs/install.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/install.xml Tue Aug 28 09:23:40 2012 +0000 @@ -195,8 +195,8 @@ --with-pcre-jit—builds the PCRE library with -“just-in-time compilation” support (1.1.12, see -). +“just-in-time compilation” support (1.1.12, the + directive). diff -r bd81a71006fe -r 77a3314c74a7 xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/docs/ngx_core_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -478,7 +478,7 @@ not only connections with clients. Another consideration is that the actual number of simultaneous connections may not exceed the current limit on -the maximum number of open files, see +the maximum number of open files that can be changed by . diff -r bd81a71006fe -r 77a3314c74a7 xml/en/support.xml --- a/xml/en/support.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/en/support.xml Tue Aug 28 09:23:40 2012 +0000 @@ -29,14 +29,12 @@
-You can +Mailing lists can be -browse -the mailing lists. -To post to a mailing list, you must first - -subscribe -an e-mail address that you will use for posting. +browsed. +To post to a mailing list, +an e-mail address that will be used for posting must first be +subscribed. @@ -123,8 +121,7 @@
-If you’re looking for a commercial support option -please refer to the +For a commercial support option please refer to the support page on our nginx.com web site. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/events.xml --- a/xml/ru/docs/events.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/events.xml Tue Aug 28 09:23:40 2012 +0000 @@ -77,7 +77,8 @@ Однако, начиная с Linux 2.6.6-mm2, этого параметра уже нет и для каждого процесса существует отдельная очередь сигналов, размер которой ограничивается с помощью RLIMIT_SIGPENDING -(см. также ). +и может быть изменён с помощью +. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/configuring_https_servers.xml --- a/xml/ru/docs/http/configuring_https_servers.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/configuring_https_servers.xml Tue Aug 28 09:23:40 2012 +0000 @@ -223,13 +223,8 @@
-На практике рекомендуется с самого начала настраивать отдельные серверы -для протоколов HTTP и HTTPS. -И хотя сегодня их функциональность может казаться идентичной, в будущем -это может измениться и использование консолидированного сервера может -стать проблематичным. -Однако, если серверы HTTP и HTTPS идентичны, и думать о будущем не -хочется, можно настроить единый сервер, который обслуживает +Если серверы HTTP и HTTPS идентичны, +можно настроить единый сервер, который обслуживает как HTTP-, так и HTTPS-запросы. Для этого следует исключить директиву “ssl on” и добавить параметр ssl к порту *:443: diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -408,7 +408,8 @@ Задаёт MIME-тип ответов по умолчанию. -См. также директиву . +Соответствие расширений имён файлов MIME-типу ответов задаётся +с помощью директивы . @@ -1756,7 +1757,8 @@ -См. также директиву . +Использование в перенаправлениях основного имени сервера управляется +директивой . @@ -2241,8 +2243,8 @@ -Подробнее смотрите в документе, описывающем -имена серверов. +Подробнее имена серверов обсуждаются в отдельном +документе. @@ -2265,7 +2267,8 @@ -См. также директиву . +Использование в перенаправлениях порта управляется +директивой . @@ -2279,8 +2282,8 @@ Задаёт размер корзины в хэш-таблицах имён серверов. Значение по умолчанию зависит от размера строки кэша процессора. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -2293,8 +2296,8 @@ Задаёт максимальный размер хэш-таблиц имён серверов. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -2389,7 +2392,7 @@ } Последний параметр может также указывать на именованный location, -смотрите примеры ниже. +как в примерах ниже. С версии 0.7.51 последний параметр может также быть кодом: location / { @@ -2553,8 +2556,8 @@ Задаёт размер корзины в хэш-таблицах типов. Значение по умолчанию зависит от размера строки кэша процессора. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -2569,8 +2572,8 @@ Задаёт максимальный размер хэш-таблиц типов. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -2607,8 +2610,8 @@ Задаёт размер корзины в хэш-таблице переменных. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -2621,8 +2624,8 @@ Задаёт максимальный размер хэш-таблицы переменных. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/ngx_http_map_module.xml --- a/xml/ru/docs/http/ngx_http_map_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_map_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -87,8 +87,8 @@ -Если исходное значение совпадает с именем одного из специальных параметров -(см. ниже), перед ним следует поставить символ “\”. +Если исходное значение совпадает с именем одного из специальных параметров, +описанных ниже, перед ним следует поставить символ “\”. @@ -179,8 +179,8 @@ Задаёт размер корзины в хэш-таблицах для переменных . Значение по умолчанию зависит от размера строки кэша процессора. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. @@ -193,8 +193,8 @@ Задаёт максимальный размер хэш-таблиц для переменных . -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/ngx_http_mp4_module.xml --- a/xml/ru/docs/http/ngx_http_mp4_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_mp4_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -84,7 +84,7 @@ разрешить с помощью конфигурационного параметра --with-http_mp4_module. -Если вы ранее использовали сторонний модуль mp4, не забудьте его отключить. +Если ранее использовался сторонний модуль mp4, следует его отключить. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/ngx_http_referer_module.xml --- a/xml/ru/docs/http/ngx_http_referer_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_referer_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -58,8 +58,8 @@ Задаёт размер корзины хэш-таблиц со значениями
Referer
. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе.
@@ -75,8 +75,8 @@ Задаёт максимальный размер хэш-таблиц со значениями
Referer
. -Подробнее смотрите в документе по -настройке хэшей. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе.
diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/http/server_names.xml --- a/xml/ru/docs/http/server_names.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/http/server_names.xml Tue Aug 28 09:23:40 2012 +0000 @@ -332,7 +332,8 @@ в трёх хэш-таблицах, привязанных к слушающим портам. Размеры хэш-таблиц оптимизируются на фазе конфигурации таким образом, что имя может быть найдено с минимальным числом непопаданий в кэш процессора. -См. также “”. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/install.xml --- a/xml/ru/docs/install.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/install.xml Tue Aug 28 09:23:40 2012 +0000 @@ -189,7 +189,7 @@ --with-pcre-jit—собирает библиотеку PCRE с -поддержкой JIT-компиляции (1.1.12, см. +поддержкой JIT-компиляции (1.1.12, директива ). diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/mail/ngx_mail_auth_http_module.xml --- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -105,8 +105,8 @@ В текущей реализации на каждую попытку аутентификации выделяется память, которая освобождается только при завершении сессии. Поэтому число неудачных попыток аутентификации в рамках одной сессии -должно быть ограничено — после 10-20 попыток (см. заголовок -
Auth-Login-Attempt
) сервер должен выдать ответ +должно быть ограничено — после 10-20 попыток (номер попытки передаётся +в заголовке
Auth-Login-Attempt
) сервер должен выдать ответ без заголовка
Auth-Wait
.
diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/docs/ngx_core_module.xml Tue Aug 28 09:23:40 2012 +0000 @@ -476,7 +476,7 @@ Стоит также учитывать, что фактическое число одновременных соединений не может превышать действующего ограничения на максимальное число открытых файлов, -см. . +которое можно изменить с помощью . diff -r bd81a71006fe -r 77a3314c74a7 xml/ru/support.xml --- a/xml/ru/support.xml Tue Aug 28 09:15:17 2012 +0000 +++ b/xml/ru/support.xml Tue Aug 28 09:23:40 2012 +0000 @@ -29,14 +29,12 @@
-Вы можете - -просматривать +Можно +просматривать списки рассылок. Чтобы написать в список, необходимо вначале - -подписать -свой почтовый адрес, который будет использоваться для отправки сообщений. +подписать +почтовый адрес, который будет использоваться для отправки сообщений.