readme

来自「修改后的thttp」· 代码 · 共 31 行

TXT
31
字号
             thttpd - tiny/turbo/throttling HTTP server                      version 2.04 of 10aug98thttpd is a simple, small, portable, fast, and secure HTTP server. Simple: It handles only the minimum necessary to implement HTTP/1.1.Small: See the size comparison chart athttp://www.acme.com/software/thttpd/notes.html#sizes.  It also has avery small run-time size, since it does not fork and is very careful aboutmemory allocation.Portable: It compiles cleanly on SunOS 4.1.x, Solaris 2.x, BSD/OS 2.x,Linux 1.2.x, and OSF/1 (on a 64-bit Alpha).Fast: In typical use it's about as fast as the best full-featured servers(Apache, NCSA, Netscape).  Under extreme load it's much faster.Secure: It goes to great lengths to protect the web server machineagainst attacks and breakins from other sites.It also has one extremely useful feature (URL-traffic-based throttling) thatno other server currently has.See the manual entry for more details.  See the INSTALL file forconfiguration and installation instructions.  Check the web page(http://www.acme.com/software/thttpd/) for updates.Comments to:    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?