diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2014-11-12 05:49:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-12 06:24:29 +0700 |
commit | 8c8738cf7c8e6af412a737565981bed49f369557 (patch) | |
tree | a934fc5e33cf4bd497cba4c716bb959cf5674ef0 /network/hiawatha/README | |
parent | 77923f41fe0583363972c530dacf2377ff7a1f50 (diff) |
network/hiawatha: Updated for version 9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/hiawatha/README')
-rw-r--r-- | network/hiawatha/README | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/network/hiawatha/README b/network/hiawatha/README index 7bb2081e5941..504f919ec01f 100644 --- a/network/hiawatha/README +++ b/network/hiawatha/README @@ -10,25 +10,19 @@ pipelining, keep alive connections, URL rewriting and many more. Notes: - To build/use this package the users/groups 'hiawatha' and 'php-fcgi' are - required. You can create them with: + To use this package the user/group 'hiawatha' are required. + You can create them with: # groupadd -g 259 hiawatha # useradd -u 259 -g 259 -c "User for hiawatha" -d / -s /bin/false hiawatha - # groupadd -g 260 php-fcgi - # useradd -u 260 -g 260 -c "User for php-fcgi" -d / -s /bin/false php-fcgi - By default: - * hiawatha daemon is going to be listening in the network interface 127.0.0.1:80 - and php-fcgi daemon will create the unix socket /var/run/hiawatha/php-fcgi.sock + * 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 * The web root directory is /srv/hiawatha with index.html being the default start file. - * hiawatha daemon can write temporary files inside /var/lib/hiawatha - - Hiawatha's documentation can be readed in the next URL: - http://www.hiawatha-webserver.org/support - +Hiawatha's documentation can be readed in the next URL: +http://www.hiawatha-webserver.org/support |