nostromo: add new recipe for this web server
authorEric Bénard <eric@eukrea.com>
Wed, 22 Sep 2010 13:16:21 +0000 (15:16 +0200)
committerEric Bénard <eric@eukrea.com>
Fri, 24 Sep 2010 13:14:32 +0000 (15:14 +0200)
commit2218504b0413efaf2b1f643a802176eb803a9bf6
treec67b05769078044ce576f6cd825aa47f83f6b75d
parent410035824b7b562e53be9d8c0933482f69b0380f
nostromo: add new recipe for this web server

* description taken from its website :
nhttpd is a simple, fast and secure HTTP server.
It runs as a single process, handling connections with select(2).
For CGIs and directory listing it does fork(2). nhttpd has the
minimum of HTTP/1.1 and CGI/1.1 implemented. Also supported are;
chroot, setuid, basic authentication, SSL, IPv6, custom repsonses,
aliases, and virtual hosts. To stop the server send a SIGTERM singal
to the PID. The access log is written in standard CLF format.

Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/nostromo/files/cross.diff [new file with mode: 0644]
recipes/nostromo/files/nhttpd.conf [new file with mode: 0644]
recipes/nostromo/files/nostromo [new file with mode: 0644]
recipes/nostromo/files/volatiles [new file with mode: 0644]
recipes/nostromo/nostromo_1.9.3.bb [new file with mode: 0644]