diff options
Diffstat (limited to 'www/shttpd/pkg-descr')
-rw-r--r-- | www/shttpd/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/shttpd/pkg-descr b/www/shttpd/pkg-descr new file mode 100644 index 000000000000..b9693333432c --- /dev/null +++ b/www/shttpd/pkg-descr @@ -0,0 +1,10 @@ +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 |