mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
48c8bbe52b
PR: ports/75981 Submitted by: Kouichi ABE (WALL) <kouichi@mysticwall.com> (maintainer)
19 lines
792 B
Plaintext
19 lines
792 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/index.html
|