2002-02-03 21:43:46 +01:00
|
|
|
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:
|
2001-03-05 10:18:47 +01:00
|
|
|
|
2007-07-16 00:43:33 +02:00
|
|
|
o single-process multi-threads server,
|
2002-02-03 21:43:46 +01:00
|
|
|
o HTTP/1.1 support (not fully implemented),
|
|
|
|
o host name based virtual hosting,
|
2007-07-16 00:43:33 +02:00
|
|
|
o customizable error pages and messages,
|
|
|
|
o IPv6 communication (no support SSL),
|
2002-02-03 21:43:46 +01:00
|
|
|
o Secure Socket Layer (SSL) communication,
|
2007-07-16 00:43:33 +02:00
|
|
|
o executable CGI program with SuExec mechanism,
|
2002-02-03 21:43:46 +01:00
|
|
|
o highly secure implementation,
|
2007-07-16 00:43:33 +02:00
|
|
|
o many password management mechanism: db, dbm and SQLite3, PostgreSQL,
|
|
|
|
o various logging method such as file, Unix pipe and networking, and
|
2002-02-03 21:43:46 +01:00
|
|
|
o extensible plug-in modules.
|
2001-03-05 10:18:47 +01:00
|
|
|
|
|
|
|
Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
|
2005-01-10 09:36:15 +01:00
|
|
|
WWW: http://www.MysticWALL.COM/software/wyvern/index.html
|