
Apache HTTP Server
Apache, is a web server notable for playing a key role in the initial growth of the World Wide Web and in 2009 became the first web server to surpass the 100 million web site milestone.
webfs is a simple HTTP server for mostly static content. You can use it to serve the content of a FTP server via HTTP for example.
webfs is a simple http server for mostly 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 the quick way by starting a http server in a few seconds, without editing some config file first.
it uses sendfile() and knows how to use sendfile on linux and freebsd. adding other systems should'nt be difficuilt. there is some sendfile emulation code which uses read()+write() and a userland bounce buffer, this allows to compile and use webfs on systems without sendfile() too.
recent versions also got limited cgi support (get requests only) and optional ssl support.
you shouldn't use versions older than 1.20 because of recent security fixes.
Productivity Networking and Admin System and Hardware
web-server https http http-daemon http-server