mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5336b186be
SSL, cookies support. PR: ports/75102 Submitted by: Sergey Lyubka <valenok(at)gmail.com>
11 lines
551 B
Plaintext
11 lines
551 B
Plaintext
SHTTPD is a simple, easy to use, embeddable web server with CGI,
|
|
SSL, cookies support. It is written in C, as one single source file httpd.c,
|
|
and compiles both in UNIX and Windows environments. Gives exceptionally
|
|
small footprint when linked against uclibc or dietlibc. It is a good choice
|
|
to serve Web based GUI for various applications, where other sophisticated
|
|
servers like Apache, IIS etc are too big, hard to install and configure or
|
|
overcomplicated.
|
|
shttpd is licensed under the terms of very liberal MIT license.
|
|
|
|
WWW: http://shttpd.sf.net
|