# HG changeset patch # User Ruslan Ermilov # Date 1400277327 -14400 # Node ID 9264fdb6c83368b212fbee812b3c62b7cdda4ce2 # Parent 0320929f8544bbaae4a3f7570e3cb14b2622159d Added links to uwsgi. diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/http/load_balancing.xml --- a/xml/en/docs/http/load_balancing.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/http/load_balancing.xml Sat May 17 01:55:27 2014 +0400 @@ -9,7 +9,7 @@
+ rev="3">
@@ -106,7 +106,7 @@ When setting up load balancing for FastCGI, uwsgi, SCGI, or memcached, use , -uwsgi_pass, +, , and directives respectively. diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/http/ngx_http_charset_module.xml --- a/xml/en/docs/http/ngx_http_charset_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/http/ngx_http_charset_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="4">
@@ -101,6 +101,7 @@ This capability can be disabled using the , , +, and directives. @@ -196,7 +197,7 @@ Determines whether a conversion should be performed for answers -received from a proxied or a FastCGI/SCGI server +received from a proxied or a FastCGI/uwsgi/SCGI server when the answers already carry a charset in the
Content-Type
response header field. If conversion is enabled, a charset specified in the received diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="34">
@@ -592,7 +592,8 @@ -If an error response is processed by a proxied server or a FastCGI/SCGI server, +If an error response is processed by a proxied server +or a FastCGI/uwsgi/SCGI server, and the server may return different response codes (e.g., 200, 302, 401 or 404), it is possible to respond with the code it returns: @@ -980,6 +981,7 @@ This capability can be disabled using the , , +, and directives. @@ -1511,8 +1513,8 @@ and requests are processed by one of , , -, -, or +, +, or , then in response to a request with URI equal to this string, but without the trailing slash, @@ -2956,6 +2958,7 @@ processed by the , , +, and directives. @@ -2970,12 +2973,14 @@ To always write the request body to a file, needs to be enabled. When the name of a temporary file is passed in a proxied request -or in a request to a FastCGI/SCGI server, +or in a request to a FastCGI/uwsgi/SCGI server, passing the request body should be disabled by the proxy_pass_request_body off, -fastcgi_pass_request_body off, or +fastcgi_pass_request_body off, + +uwsgi_pass_request_body off, or scgi_pass_request_body off directives, respectively. diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/http/ngx_http_ssi_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="7">
@@ -332,7 +332,7 @@ <!--# include virtual="/remote/body.php?argument=value" --> Several requests specified on one page and processed by proxied or -FastCGI/SCGI servers run in parallel. +FastCGI/uwsgi/SCGI servers run in parallel. If sequential processing is desired, the wait parameter should be used. diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="23">
@@ -19,6 +19,7 @@ is used to define groups of servers that can be referenced by the , , +, , and directives. @@ -160,6 +161,7 @@ What is considered an unsuccessful attempt is defined by the , , +, , and directives. diff -r 0320929f8544 -r 9264fdb6c833 xml/en/docs/index.xml --- a/xml/en/docs/index.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/docs/index.xml Sat May 17 01:55:27 2014 +0400 @@ -8,7 +8,7 @@
@@ -388,6 +388,11 @@ + +ngx_http_uwsgi_module + + + ngx_http_xslt_module diff -r 0320929f8544 -r 9264fdb6c833 xml/en/index.xml --- a/xml/en/index.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/en/index.xml Sat May 17 01:55:27 2014 +0400 @@ -8,7 +8,7 @@
+ rev="22">
@@ -65,7 +65,7 @@ Accelerated support with caching of FastCGI, -uwsgi, +uwsgi, SCGI, and memcached servers; @@ -83,7 +83,7 @@ and image transformation filter. Multiple SSI inclusions within a single page can be processed in -parallel if they are handled by proxied or FastCGI/SCGI servers; +parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers; diff -r 0320929f8544 -r 9264fdb6c833 xml/index.xml --- a/xml/index.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/index.xml Sat May 17 01:55:27 2014 +0400 @@ -939,7 +939,9 @@ SCGI -and uwsgi modules. +and +uwsgi +modules. diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/docs/http/ngx_http_charset_module.xml --- a/xml/ru/docs/http/ngx_http_charset_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_charset_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="4">
@@ -100,7 +100,8 @@ заголовка ответа. Эту возможность можно запретить с помощью директив , - +, + и . @@ -197,7 +198,7 @@ Определяет, выполнять ли перекодирование для ответов, -полученных от проксированного сервера или от FastCGI/SCGI-сервера, +полученных от проксированного сервера или от FastCGI/uwsgi/SCGI-сервера, если в ответах уже указана кодировка в поле
Content-Type
заголовка ответа. Если перекодирование разрешено, то в качестве исходной кодировки diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="34">
@@ -589,7 +589,7 @@ Если ошибочный ответ обрабатывается проксированным сервером или -FastCGI/SCGI-сервером, и этот сервер может вернуть разные коды ответов, +FastCGI/uwsgi/SCGI-сервером, и этот сервер может вернуть разные коды ответов, например, 200, 302, 401 или 404, то можно выдавать возвращаемый им код: error_page 404 = /404.php; @@ -974,7 +974,8 @@
X-Accel-Limit-Rate
заголовка ответа проксированного сервера. Эту возможность можно запретить с помощью директив , - +, + и .
@@ -1509,8 +1510,8 @@ и запросы обрабатываются при помощи , , -, - или +, + или , а в ответ на запрос с URI равным этой строке, но без завершающего слэша, будет возвращено постоянное перенаправление с кодом 301 @@ -2952,7 +2953,8 @@ Значение переменной появляется в location’ах, обрабатываемых директивами , - +, + и . @@ -2966,12 +2968,14 @@ Для того чтобы тело запроса всегда записывалось в файл, следует включить . При передаче имени временного файла в проксированном запросе -или в запросе к FastCGI/SCGI-серверу следует запретить передачу самого +или в запросе к FastCGI/uwsgi/SCGI-серверу следует запретить передачу самого тела директивами proxy_pass_request_body off, -fastcgi_pass_request_body off +fastcgi_pass_request_body off, + +uwsgi_pass_request_body off или scgi_pass_request_body off diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml Sat May 17 01:55:27 2014 +0400 @@ -10,7 +10,7 @@ + rev="7">
@@ -335,7 +335,7 @@ <!--# include virtual="/remote/body.php?argument=value" --> Несколько запросов, указанных на одной странице и обрабатываемых -проксируемыми или FastCGI/SCGI-серверами, работают параллельно. +проксируемыми или FastCGI/uwsgi/SCGI-серверами, работают параллельно. Если нужна последовательная обработка, следует воспользоваться параметром wait. diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Sat May 17 01:55:27 2014 +0400 @@ -20,6 +20,7 @@ которые могут использоваться в директивах , , +, и . @@ -131,6 +132,7 @@ Что считается неудачной попыткой, определяется директивами , , +, и . diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/docs/index.xml --- a/xml/ru/docs/index.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/docs/index.xml Sat May 17 01:55:27 2014 +0400 @@ -357,6 +357,11 @@ + +ngx_http_uwsgi_module + + + ngx_http_xslt_module diff -r 0320929f8544 -r 9264fdb6c833 xml/ru/index.xml --- a/xml/ru/index.xml Sat May 17 01:55:19 2014 +0400 +++ b/xml/ru/index.xml Sat May 17 01:55:27 2014 +0400 @@ -8,7 +8,7 @@
+ rev="22">
@@ -66,7 +66,7 @@ Акселерированная поддержка FastCGI, -uwsgi, +uwsgi, SCGI и memcached серверов с кэшированием, @@ -84,7 +84,7 @@ преобразование изображений; несколько подзапросов на одной странице, обрабатываемые в SSI-фильтре -через прокси или FastCGI/SCGI, выполняются параллельно; +через прокси или FastCGI/uwsgi/SCGI, выполняются параллельно;