• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H25-Mar-2021-1312

config/H03-May-2022-541437

extra/H03-May-2022-3,4902,406

man/H03-May-2022-1,4001,241

mbedtls/H03-May-2022-155,62490,913

src/H03-May-2022-26,96521,183

.gitignoreH A D16-Sep-201611 32

ChangeLogH A D25-Mar-202151.6 KiB1,5401,105

INSTALLH A D26-Jun-20192.2 KiB4334

LICENSEH A D16-Sep-201617.6 KiB340281

README.mdH A D20-Mar-20181.2 KiB149

compileH A D26-Jun-20193 KiB11394

config.h.inH A D03-May-20221.6 KiB5851

README.md

1Hiawatha
2========
3Hiawatha is an open source webserver with security, easy to use and lightweight as the three key features. It supports among others (Fast)CGI, IPv6, URL rewriting and reverse proxy and has security features no other webserver has, like blocking SQL injections, XSS, CSRF and exploit attempts. Hiawatha runs perfectly on Linux, BSD and MacOS X.
4
5The Hiawatha webserver has been written by Hugo Leisink <hugo@leisink.net>. More information about the Hiawatha webserver can be found at https://www.hiawatha-webserver.org/.
6
7Related projects
8----------------
9The Hiawatha Monitor is a monitoring tool for Hiawatha. It helps you to keep track of all your Hiawatha installations. It's a PHP webapplication and requires a MySQL database and the cron daemon for periodic downloading of statistical information from the webservers it monitors. More information about the Hiawatha Monitor can be found at https://www.hiawatha-webserver.org/monitor.
10
11The Banshee PHP framework has also been written with security in mind. It has a Model-View-Controller architecture (XSLT for the views) and requires a MySQL database. More information about Banshee can be found at https://www.banshee-php.org/.
12
13Other interesting projects can be found at https://github.com/hsleisink/.
14