名称自解释。
mini-httpd 是一个奉行极简主义的Web Server,重在服务器性能和高度安全性,并使用尽可能少的系统资源。
特点:
1. HTTP/1.1 compliant “keep-connection” support.
2. Virtual hosting.
3. Recording all successful requests in the common Apache-style log-file format.
4. The ability to run in a chroot(2) sandbox.
5. Dropping all super-user privileges after acquiring the listening socket.
6. mini-httpd is configured entirely through the command line. There is no config file.
mini-httpd 之提供服务硬盘静态页面功能,不支持CGI和其它动态页面生成功能。