diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-05-28 12:15:48 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-05-28 12:15:48 +0000 |
commit | a3d2dba039da9201d37de3071ec720702e95aa8d (patch) | |
tree | b09a514e891dd44ff15061960654548b23edfe99 /profiles/desc | |
parent | Version bump, wrt bug #433004. Package will be maintained by Chris Kerr <ging... (diff) | |
download | gentoo-2-a3d2dba039da9201d37de3071ec720702e95aa8d.tar.gz gentoo-2-a3d2dba039da9201d37de3071ec720702e95aa8d.tar.bz2 gentoo-2-a3d2dba039da9201d37de3071ec720702e95aa8d.zip |
Add MONKEYD_PLUGINS USE_EXPAND; ack by Chainsaw
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/monkeyd_plugins.desc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/desc/monkeyd_plugins.desc b/profiles/desc/monkeyd_plugins.desc new file mode 100644 index 000000000000..422f4a0c2547 --- /dev/null +++ b/profiles/desc/monkeyd_plugins.desc @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/monkeyd_plugins.desc,v 1.1 2013/05/28 12:15:48 blueness Exp $ + +# This file contains descriptions of MONKEYD_PLUGINS USE_EXPAND flags for www-servers/monkeyd. +# All plugins are included here except cgi and fastcgi which are global use flags. + +auth - Provide HTTP Basic Authentication +cheetah - Provide a shell-like command line interface +#cgi - Provide the traditional CGI interface +dirlisting - Show an HTML listing of the content of a directory +#fastcgi - Provide FastCGI proxy support +liana - Build your own network layer through monkeyd +logger - Log requests and common errors +mandril - Restrict incoming connections based on the IP address or URI request +polarssl - Provide HTTPS using PolarSSL v1.*. |