安全的Web服务器-Hiawatha
Hiawatha 是一个Linux/UNIX下安全的Web服务器,其设计的最主要的目的就是安全,当然它也是快速的而且易于配置。采用C/C++开发并在GPL协议下授权。An advanced and secure webserver for Unix.
Hiawatha is an open source webserver with a focus on security. Started Hiawatha in January 2002. Before that time, I had used several webservers, but I didn't like them. They had unlogical, almost cryptic configuration syntax and none of them gave me a good feeling about their security and robustness. So, I decided it was time to write my own webserver. I never thought that my webserver would become what it is today, but I enjoyed working on it and liked to have my own open source project. In the years that followed, Hiawatha became a fully functional webserver.
特点
高级访问控制
阻止 SQL 注入和跨站点脚本攻击
检查客户的异常行为并进行自动阻止
可使用任意 UID/GID 来运行 CGIs 程序
易于配置和管理
Secure
Hiawatha has been written with security in mind. This resulted in a highly secure webserver in both code and features. Hiawatha can stop SQL injections, XSS and CSRF attacks and exploit attempts. Via a specially crafted monitoring tool, you can keep track of all your webservers.
Easy to use
You don't need to be a HTTP or CGI expert to get Hiawatha up and running. Its configuration syntax is easy to learn. The documentation and examples you can find on this website will give you all the information you need to configure your webserver within minutes.
Lightweight
Although Hiawatha has everything a modern webserver needs, it's nevertheless a small and lightweight webserver. This makes Hiawatha ideal for older hardware or embedded systems. Special techniques are being used to keep the usage of resources as low as possible.
最新版本:9.2
支持使用系统默认的 PolarSSL (>=1.2.0) 版本编译
PolarSSL 更新到 1.2.8.
小的 bug 修复
Bugfix: 虚拟主机名选择支持 IPv6 带非标准端口
其它改进详见主页
官方主页:http://www.hiawatha-webserver.org/