⇤ ← Revision 1 as of 2007-07-12 12:47:43
Size: 1295
Comment:
|
← Revision 2 as of 2008-04-10 15:29:40 ⇥
Size: 1299
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
[[TableOfContents]] | <<TableOfContents>> |
Line 9: | Line 9: |
|| [http://www.bytesex.org/webfs.html webfs] || included || UNIX, Linux, [http://www.freshports.org/search.php?query=webfs *BSD] || | || [[http://www.bytesex.org/webfs.html|webfs]] || included || UNIX, Linux, [[http://www.freshports.org/search.php?query=webfs|*BSD]] || |
Contents
webfs
Availability and IPv6 support
Description
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.
Comments
Usage information
Categories
Source of information
FreeBSD port collection