From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12058 Path: news.gmane.org!.POSTED!not-for-mail From: Matias Fonzo Newsgroups: gmane.linux.lib.musl.general Subject: Re: "musl" gzip-compressed tarballs are decompressed if using newest wegt release Date: Wed, 1 Nov 2017 16:09:30 -0300 Organization: Dragora GNU/Linux-Libre Message-ID: <20171101160924.603074d6@prometeo.example.org> References: <20171101152604.GG1627@brightrain.aerifal.cx> <20171101180807.GH1627@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1509563613 19434 195.159.176.226 (1 Nov 2017 19:13:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2017 19:13:33 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-12072-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 01 20:13:28 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1e9yS1-0003zc-A8 for gllmg-musl@m.gmane.org; Wed, 01 Nov 2017 20:13:21 +0100 Original-Received: (qmail 19981 invoked by uid 550); 1 Nov 2017 19:13:26 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19960 invoked from network); 1 Nov 2017 19:13:25 -0000 In-Reply-To: <20171101180807.GH1627@brightrain.aerifal.cx> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.30; x86_64-unknown-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:12058 Archived-At: On Wed, 1 Nov 2017 14:08:07 -0400 Rich Felker wrote: > On Wed, Nov 01, 2017 at 04:50:01PM +0100, Jens Schleusener wrote: > > On Wed, 1 Nov 2017, Rich Felker wrote: > > [..] > > FWIW I'd love to switch to a better httpd that's actually maintained, > but I need something with simple migration path and without loads of > unwanted bloat. Needs to be able to: > > - support host header based vhosts, translated to dir names under web > root. > > - execute cgi (only!) from a configured whitelist of pathnames > > - support url paths that go past the cgi program, i.e. /cgit/musl/... > where /cgit is the cgi executable > > - honor symlinks (without any attempt to [re]interpret them) > > Solution which involve a process per static-content request are not > really desirable. Recommendations would be welcome. > Take a look to http://www.hiawatha-webserver.org/