Simple HTTP Server
Need to share some files with your colleagues or setup basic html website on your machine? It's very simple with Simple HTTP Server. Just click 'Start...
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