diff options
author | Donald Cooley <chytraeu@sdf.org> | 2018-02-06 12:03:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:31 +0700 |
commit | 57dbda6b2679a069d3301a7b3ab4f8b6f63476a7 (patch) | |
tree | ae6ca8d5e3ed398cb24c75d34213348588c7fe50 /network/hiawatha/README | |
parent | ddaa0d86a4bdc95c1ecf90843a165b93b61fa24f (diff) | |
download | slackbuilds-57dbda6b2679a069d3301a7b3ab4f8b6f63476a7.tar.gz |
network/hiawatha: Updated for version 10.7 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/hiawatha/README')
-rw-r--r-- | network/hiawatha/README | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/network/hiawatha/README b/network/hiawatha/README index 935ed1a0d7..6f5bbdc887 100644 --- a/network/hiawatha/README +++ b/network/hiawatha/README @@ -1,11 +1,11 @@ -Hiawatha (A secure and advanced webserver) +Hiawatha (A secure and advanced Web server) -Hiawatha is a webserver for Unix and has been built with security -in mind. This resulted in a highly secure webserver, in both code +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 +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: @@ -14,15 +14,17 @@ Notes: You can create them with: # groupadd -g 259 hiawatha - # useradd -u 259 -g 259 -c "User for hiawatha" -d / -s /bin/false hiawatha + # useradd -u 259 -g 259 -c "Hiawatha HTTP Server" -d / \ + -s /bin/false hiawatha By default: * Hiawatha's daemon is going to be listening in the network interface - 127.0.0.1:80, and it can write temporary files inside /var/lib/hiawatha + 127.0.0.1:80, and it can write temporary files inside + /var/lib/hiawatha - * The web root directory is /srv/hiawatha with index.html being + * The Web root directory is /var/hiawatha with index.html being the default start file. -Hiawatha's documentation can be readed in the next URL: -http://www.hiawatha-webserver.org/support +Hiawatha's documentation can be found at the following URL: +https://www.hiawatha-webserver.org/support |