dev-zero 14/04/15 06:04:13
Modified: nginx_modules_http.desc
Log:
Add USE flag descriptions for nginx_modules_http_{ajp,sticky}.
Revision Changes Path
1.20 profiles/desc/nginx_modules_http.desc
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.19&r2=1.20
Index: nginx_modules_http.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nginx_modules_http.desc 24 Oct 2013 06:25:03 -0000 1.19
+++ nginx_modules_http.desc 15 Apr 2014 06:04:13 -0000 1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
1.19 2013/10/24 06:25:03 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
1.20 2014/04/15 06:04:13 dev-zero Exp $
# This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
@@ -11,6 +11,7 @@
auth_pam - This module provides authentication via PAM.
auth_request - Module implementing client authorization based on the result of
a subrequest.
autoindex - This module provides automatic directory listings.
+ajp - support AJP protocol proxy with nginx
browser - This module creates variables, the values of which depend on the
request header "User-agent".
cache_purge - External module adding ability to purge content from nginx's
FastCGI and proxy caches.
charset - This module can reencode data of one encoding into another.
@@ -55,6 +56,7 @@
split_clients - This module provides A/B testing support.
ssi - This module provides a filter which processes Server-Side Includes (SSI)
in the input.
spdy - This module provides an SPDY implementation.
+sticky - Module to always forward clients to the same upstream server (via
sticky cookies)
stub_status - This module provides the ability to get some status from nginx.
sub - This module can search and replace text in the nginx response.
upload - Enable support for handling file uploads using multipart/form-data
encoding