aa8d8b00a7
server to 2.0.4. Submitted by: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
19 lines
793 B
Plaintext
19 lines
793 B
Plaintext
Wyvern is a lightweight HTTP server of simple design, easy setup /
|
|
administration, and a small server run-time. The goal of the Wyvern
|
|
development is to provide a secure and stable web server for embedded
|
|
appliances. Here is a feature list of Wyvern:
|
|
|
|
o single-process server using select(2) and non-blocking I/O,
|
|
o HTTP/1.1 support (not fully implemented),
|
|
o host name based virtual hosting,
|
|
o customizable error pages,
|
|
o IPv6 communication (experimental),
|
|
o Secure Socket Layer (SSL) communication,
|
|
o highly secure implementation,
|
|
o MD5 encrypted password management with dbm,
|
|
o ErrorLog logging with syslogd(8), and
|
|
o extensible plug-in modules.
|
|
|
|
Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
|
|
WWW: http://www.MysticWALL.COM/software/wyvern/wyvern.html
|