summaryrefslogtreecommitdiff
path: root/profiles/desc/monkeyd_plugins.desc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /profiles/desc/monkeyd_plugins.desc
reinit the tree, so we can have metadata
Diffstat (limited to 'profiles/desc/monkeyd_plugins.desc')
-rw-r--r--profiles/desc/monkeyd_plugins.desc15
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/desc/monkeyd_plugins.desc b/profiles/desc/monkeyd_plugins.desc
new file mode 100644
index 000000000000..49a82d1a8bb3
--- /dev/null
+++ b/profiles/desc/monkeyd_plugins.desc
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# 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 - This is a global USE flag.
+dirlisting - Show an HTML listing of the content of a directory.
+#fastcgi - Provide FastCGI proxy support - This is a global USE flag.
+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.
+tls - Provide TLS using mbed TLS (formerly known as PolarSSL) - Currently disabled.