From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20C59138A1F for ; Tue, 15 Apr 2014 06:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F017E0AE1; Tue, 15 Apr 2014 06:04:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0398E0AE1 for ; Tue, 15 Apr 2014 06:04:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0619C340227 for ; Tue, 15 Apr 2014 06:04:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2136) id 638152004C; Tue, 15 Apr 2014 06:04:13 +0000 (UTC) From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc X-VCS-Repository: gentoo-x86 X-VCS-Files: nginx_modules_http.desc X-VCS-Directories: profiles/desc X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140415060413.638152004C@flycatcher.gentoo.org> Date: Tue, 15 Apr 2014 06:04:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e51579d7-5e9f-42cd-9bc0-38aab9c20bf9 X-Archives-Hash: 19c4043d10dcbf99671a22b7cb63c6fe 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