diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 03:34:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 03:34:11 +0800 |
commit | 1358635f001ed2bd2c4c869b45e3e2e890dfe170 (patch) | |
tree | 0dc95ca15a4c30f41ba99fef9ad43c9e2bdf673e /www/webfs/pkg-descr | |
parent | be21fe6ac5694c7d0fcd8b37d2b04d6a02b122c0 (diff) | |
download | freebsd-ports-gnome-1358635f001ed2bd2c4c869b45e3e2e890dfe170.tar.gz freebsd-ports-gnome-1358635f001ed2bd2c4c869b45e3e2e890dfe170.tar.zst freebsd-ports-gnome-1358635f001ed2bd2c4c869b45e3e2e890dfe170.zip |
Initial import of webfs version 0.6.
A simple http server for static content.
PR: 14409
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'www/webfs/pkg-descr')
-rw-r--r-- | www/webfs/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/webfs/pkg-descr b/www/webfs/pkg-descr new file mode 100644 index 000000000000..ae67cc111ae0 --- /dev/null +++ b/www/webfs/pkg-descr @@ -0,0 +1,23 @@ +This is a simple http server for purely static content. You can +use it to serve the content of a ftp server via http for example. +It is also nice to export some files quickly by starting an http +server in a few seconds without editing a config file first. + +Features/Design: +================ + * single process: select() + non-blocking I/O + * automatically generates directory listings when asked for a + directory (check for index.html available as option), caches + the listings. + * no config file, just a few switches. Try "webfsd -h" for a + list. + * Uses ${PREFIX}/etc/webfsd/mime.types to map file extentions + to mime/types (not included). + * supports keep-alive and pipelined requests. + * serves byte ranges. + * optional logging in common log file format. + +WWW: http://www.IN-Berlin.DE/User/kraxel/webfs.html + +- Chris D. Faulhaber +jedgar@fxp.org |