slackbuilds/network/hiawatha
Willy Sudiarto Raharjo adc489c038 network/hiawatha: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-21 11:07:21 +07:00
..
README network/hiawatha: Updated for version 11.5. 2024-04-15 10:06:47 +07:00
doinst.sh
hiawatha.SlackBuild network/hiawatha: Fix build. 2024-05-21 11:07:21 +07:00
hiawatha.info network/hiawatha: Updated for version 11.5. 2024-04-15 10:06:47 +07:00
rc.hiawatha
slack-desc network/hiawatha: Updated for version 11.5. 2024-04-15 10:06:47 +07:00

README

Hiawatha (A secure and advanced webserver)

Hiawatha is a web server for Unix and has been built with security in
mind. This resulted in a highly secure web server, in both code and
features.

Hiawatha supports many web and HTTP features such as CGI/FASTCGI, HTTP
authentication, virtual host support, request pipelining, keep alive
connections, URL rewriting and many more.

Notes:

  To use this package the user and group 'hiawatha' are required.
  You can create them with:

  # groupadd -g 259 hiawatha
  # useradd -u 259 -g 259 -c "Hiawatha HTTP Server" -d / \
          -s /bin/false hiawatha

  By default:

  * Hiawatha's daemon will listen on the network interface
    127.0.0.1:80, and it can write temporary files inside
    /var/db/hiawatha

  * The web root directory is /var/hiawatha with index.html being
    the default start file.

Hiawatha's documentation can be found at the following URL:
https://hiawatha.leisink.net/support