Hiawatha (web server)

Hiawatha Webserver
Original author(s) Hugo Leisink
Developer(s) Hugo Leisink
Initial release 2002 (2002)
Stable release
10.4 / 5 October 2016 (2016-10-05)[1]
Preview release
none
Written in C[2]
Operating system FreeBSD, Haiku os, HP-UX, IBM AIX, Linux, OpenBSD, OS X, QNX, Solaris, Unix-like and Windows[3]
Platform POSIX, Cross-platform
Available in English
Type Web server
License GPLv2
Website www.hiawatha-webserver.org

Hiawatha is a web server available for multiple platforms. It has been developed by Hugo Leisink since 2002.[4]

History

Hiawatha started in January 2002 as a small web server, suitable for servers with old hardware. Leisink, a computer science student at the time, initially created the server to support Internet servers in student houses in Delft of South Holland, the Netherlands. As the server was designed with improved security as its focus, Leisink states that "there are a lot of security features in Hiawatha you won't find in any other webserver."[4]

The author has said "I know for a long time that vulnerabilities [exist in other web servers] . [One thing] that bothers me: the runtime of a CGI. A CGI process [under other web servers] can run forever. A single CGI script can DoS a webserver. A system administrator is needed to kill the script. And what about a client [or hacker] that keeps on guessing passwords for HTTP authentication? These kind of issues inspired me to create Hiawatha, with settings for maximum request sending time, maximum CGI run time, client banning, etc. Features that, in my opinion, every daemon should have."

The January 2009 edition of Linux Magazine included an article on the Hiawatha web server, describing it as "a light web server with good performance and some innovative security functions."[5] Hiawatha is frequently cited as a lightweight alternative to Apache, as it prioritizes easy installation and reduced storage over including many other additional features.[6][7][8]

Important releases

Features

Hiawatha web server implements all important functions of a modern web server, such as:

Hiawatha has many security features that no other web server has, like preventing SQL-injection, cross-site scripting (XSS), Cross-site request forgery (CSRF) prevention, denial-of-service protection, control external image linking, banning of potential hackers and limiting the runtime of CGI applications.[12] The author worked on RFC3546 support, but "the OpenSSL documentation [on this subject] is just extremely poor" so progress was difficult. Although, RFC3546 support has been included since v8.6 version which is developed with PolarSSLv1.2.

Performance

Although security is the main focus, Hiawatha users also speak highly of its speed and performance. According to a performance test carried out by an independent researcher (SaltwaterC), Hiawatha is faster than the ten other servers tested for Drupal static content, while performing comparably to the rest in other metrics.[13] Hiawatha supports load-balanced FastCGI and had its own PHP-FastCGI utility, although the latter has been deprecated and replaced with the PHP project's FastCGI Process Manager (PHP-FPM).[14] This makes it fast and scalable for handling dynamic content.

See also

References

  1. Leisink, Hugo. "Hiawatha v10.4 has been released". hiawatha-webserver.org. Retrieved 2016-11-28.
  2. "Hiawatha - Ohloh". Ohloh.net. Retrieved 12 April 2013.
  3. Hiawatha on Haiku OS
  4. 1 2 Leisink, Hugo. "Hiawatha About Page". Retrieved 22 January 2015.
  5. Linux Magazine
  6. Wadge, Chris. "Why I Use the Hiawatha Webserver". Dotbalm.org. Retrieved 23 January 2015.
  7. Vaughan-Nichols, Steven J. "Picking the Right Web Server for the Right Job". SmartBear. Retrieved 23 January 2015.
  8. Lavigne, Dru. "Hiawatha Web Server". Toolbox.com. Retrieved 23 January 2015.
  9. Manual page cgi-wrapper - Hiawatha webserver
  10. FreeBSD Ports of Hiawatha
  11. OpenBSD Ports of Hiawatha
  12. List of features
  13. PHP_web_serving_study
  14. Release notes for Hiawatha 8.7 - Hiawatha webserver
This article is issued from Wikipedia - version of the 11/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.