Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>, dev-zero@g.o, bugs@××××××××××.nu
Subject: [gentoo-dev] [PATCH 11/17] profiles: Remove unused NGINX_MODULES_HTTP
Date: Thu, 26 May 2016 18:50:41
Message-Id: 20160526184353.1294-12-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/17] USE_EXPAND cleanup by "Michał Górny"
1 ---
2 profiles/desc/nginx_modules_http.desc | 4 ----
3 1 file changed, 4 deletions(-)
4
5 diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc
6 index a57a722..f6c33cc 100644
7 --- a/profiles/desc/nginx_modules_http.desc
8 +++ b/profiles/desc/nginx_modules_http.desc
9 @@ -34,7 +34,6 @@ image_filter - This module is a filter for transforming JPEG, GIF and PNG images
10 limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session
11 limit_req - This module allows you to limit the number of requests for a given session.
12 limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session
13 -limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session
14 lua - Embed the power of Lua into nginx
15 map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
16 memc - An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
17 @@ -43,10 +42,8 @@ metrics - Module to export various metrics in easy-parseable JSON.
18 mogilefs - Enable support for MogileFS.
19 mp4 - This module adds pseudo-streaming
20 naxsi - An open source, high performance, low rules maintenance, Web Application Firewall module for Nginx.
21 -passenger - Passenger makes deployment of Ruby web applications a breeze.
22 perl - This module makes it possible to execute Perl directly within Nginx and call Perl via SSI.
23 proxy - This module makes it possible to transfer requests to another server.
24 -push - External module turning Nginx into an adept HTTP Push and Comet server.
25 push_stream - Push Stream module, supporting EventSource, WebSocket, Long Polling, and Forever Iframe.
26 random_index - Pick a random directory index from a directory.
27 realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
28 @@ -63,7 +60,6 @@ spdy - This module provides an SPDY implementation. (Deprecated, use IUSE="http2
29 sticky - Module to always forward clients to the same upstream server (via sticky cookies)
30 stub_status - This module provides the ability to get some status from nginx.
31 sub - This module can search and replace text in the nginx response.
32 -upload - Enable support for handling file uploads using multipart/form-data encoding
33 upload_progress - This module adds the ability to track POST upload progress via JSON API
34 upstream_check - Add health check support for upstream servers.
35 upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client.
36 --
37 2.8.3

Replies

Subject Author
Re: [gentoo-dev] [PATCH 11/17] profiles: Remove unused NGINX_MODULES_HTTP "Vadim A. Misbakh-Soloviov" <gentoo@×××.name>