Re: How to compile nosh?

2016-01-23 Thread fREW Schmidt
Thanks Guillermo and Jonathan, your tips got me where I needed to be. -- fREW Schmidt https://blog.afoolishmanifesto.com

Re: UCSPI httpd?

2016-01-23 Thread fREW Schmidt
Sorry to be clear I mean request headers. -- sent from a rotary phone, pardon my brevity On Jan 23, 2016 3:05 PM, "fREW Schmidt" wrote: > Sadly neither of these support arbitrary http headers, which I need > > -- > sent from a rotary phone, pardon my brevity > On Jan 23, 2016 2:58 PM, "Laurent

Re: UCSPI httpd?

2016-01-23 Thread fREW Schmidt
Sadly neither of these support arbitrary http headers, which I need -- sent from a rotary phone, pardon my brevity On Jan 23, 2016 2:58 PM, "Laurent Bercot" wrote: > On 23/01/2016 20:56, Wayne Marshall wrote: > >> fnord is ucspi, supports cgi, and I've used it successfully in that >> context: >

Re: UCSPI httpd?

2016-01-23 Thread Laurent Bercot
On 23/01/2016 20:56, Wayne Marshall wrote: fnord is ucspi, supports cgi, and I've used it successfully in that context: I wouldn't recommend fnord. I have used it too, successfully too. But the code is not nice: little attention to error management, for instance. And fnord is also responsible

Re: UCSPI httpd?

2016-01-23 Thread fREW Schmidt
Sadly busybox httpd only supports a hardcoded list of Request headers. I'll send an email about that to their ML. Trying fnord next. On Sat, Jan 23, 2016 at 11:43 AM, Laurent Bercot < ska-supervis...@skarnet.org> wrote: > On 23/01/2016 18:44, Brian Reichert wrote: > >>https://cr.yp.to/public

Re: UCSPI httpd?

2016-01-23 Thread Wayne Marshall
On Sat, 23 Jan 2016 11:33:49 -0800 fREW Schmidt wrote: > That is what I remember, but sadly: "publicfile never runs any other > programs. It does not support HTTP CGI or FTP SITE EXEC." > > I'll implement my own unless someone knows of another one that > supports CGI. > fnord is ucspi, supports

Re: UCSPI httpd?

2016-01-23 Thread Laurent Bercot
On 23/01/2016 18:44, Brian Reichert wrote: https://cr.yp.to/publicfile.html publicfile only serves static files, it doesn't support CGI. I had a patch for it to implement CGI support, but it was rather ugly. I dropped it long ago. I'm now using busybox httpd, which does exactly what I w

Re: UCSPI httpd?

2016-01-23 Thread fREW Schmidt
That is what I remember, but sadly: "publicfile never runs any other programs. It does not support HTTP CGI or FTP SITE EXEC." I'll implement my own unless someone knows of another one that supports CGI. On Sat, Jan 23, 2016 at 9:44 AM, Brian Reichert wrote: > On Sat, Jan 23, 2016 at 09:32:45AM

Re: UCSPI httpd?

2016-01-23 Thread Brian Reichert
On Sat, Jan 23, 2016 at 09:32:45AM -0800, fREW Schmidt wrote: > I *know* that at some point I read about an httpd (using CGI) that > worked with UCSPI; anyone know where that would have been? I figure I > could implement one myself but surely one already exists. At some point, DJB wrote 'publicfi

UCSPI httpd?

2016-01-23 Thread fREW Schmidt
I *know* that at some point I read about an httpd (using CGI) that worked with UCSPI; anyone know where that would have been? I figure I could implement one myself but surely one already exists. -- fREW Schmidt https://blog.afoolishmanifesto.com

Re: How to compile nosh?

2016-01-23 Thread Jonathan de Boyne Pollard
I was going to warn you that you're about to kick yourself, but I see that Guillermo has already replied, so you're probably already kicking yourself. (-: fREW Schmidt: First off, there's no README or anything, so I sorta have to guess. [...] Again there's no README for redo. As Guillerm