summaryrefslogtreecommitdiffstats
path: root/network/hiawatha/README
blob: 6f6e655e59c8fe1af62239cb447d8136dab697a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Hiawatha (A secure and advanced Web server)

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://www.hiawatha-webserver.org/support