Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: blueness@g.o
Subject: Re: [gentoo-dev] New USE_EXPAND flag for www-servers/monkeyd
Date: Tue, 28 May 2013 19:07:12
Message-Id: 20130528210737.42695fc9@gentoo.org
In Reply to: Re: [gentoo-dev] New USE_EXPAND flag for www-servers/monkeyd by "Anthony G. Basile"
1 On Tue, 28 May 2013 14:57:03 -0400
2 "Anthony G. Basile" <blueness@g.o> wrote:
3
4 > On 05/28/2013 11:35 AM, Michał Górny wrote:
5 > > On Mon, 27 May 2013 16:38:09 -0400
6 > > "Anthony G. Basile" <blueness@g.o> wrote:
7 > >
8 > >> I was about to add a use expand flag for monkeyd (a tiny web server) and
9 > >> there is a notice in base/make.default to discuss use expand flags on
10 > >> the list first. There are about 9 plugins for monkeyd similar to apache
11 > >> which can be turned on/off by a configure switch. It makes sense to
12 > >> follow the same logic as apache here. There are no dependencies on
13 > >> monkeyd and so no use-deps. Seems very safe. Any objections?
14 > > Could you elaborate a bit more on the flags? Please list them, shortly
15 > > explain and tell us whether you expect the number of plugins to expand
16 > > and how fast.
17 > >
18 >
19 > Sorry I already committed this with Chainsaw's ack. Anyhow, they are:
20 >
21 > auth - Provide HTTP Basic Authentication
22 > cheetah - Provide a shell-like command line interface
23 > #cgi - Provide the traditional CGI interface
24 > dirlisting - Show an HTML listing of the content of a directory
25 > #fastcgi - Provide FastCGI proxy support
26 > liana - Build your own network layer through monkeyd
27 > logger - Log requests and common errors
28 > mandril - Restrict incoming connections based on the IP address or URI
29 > request
30 > polarssl - Provide HTTPS using PolarSSL v1.*.
31
32 Shouldn't this one be tied to USE=ssl?
33
34 For the others, how large is the benefit of having them switchable?
35 At least some of them look like something that wouldn't hurt people if
36 it was always-built.
37
38 --
39 Best regards,
40 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New USE_EXPAND flag for www-servers/monkeyd "Anthony G. Basile" <blueness@g.o>
Re: [gentoo-dev] New USE_EXPAND flag for www-servers/monkeyd William Hubbs <williamh@g.o>