diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:31:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:31:42 -0400 |
commit | 29cb529c3fd4a8b24ceeda6f78ea2d90796f1aa3 (patch) | |
tree | c919a970bcea4ec1e8f94ea0582536403069a9ef /network/cherokee | |
parent | 154a602c4092ac08803bb640577d6f78f8693630 (diff) |
network/cherokee: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/cherokee')
-rw-r--r-- | network/cherokee/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/cherokee/README b/network/cherokee/README index 7214e5a3d4e2..c2428de1300b 100644 --- a/network/cherokee/README +++ b/network/cherokee/README @@ -37,7 +37,7 @@ Notes about using this SlackBuild to the script. 5) If you want to build Cherokee with debugging options, enable trace facility by passing TRACE=yes to the script. -6) The $WWWGROUP group and the $WWWUSER user account are set to cherokee. +6) The $WWWGROUP group and $WWWUSER user account are set to cherokee. To run cherokee as a different user/group specify them passing the options WWWUSER/WWWGROUP to the slackbuild, like @@ -48,7 +48,7 @@ Notes about using this SlackBuild groupadd -g 306 cherokee useradd -u 306 -g cherokee -d /var/www/htdocs-cherokee cherokee - See http://slackbuilds.org/uid_gid.txt for current reccomendations (if any) + See http://slackbuilds.org/uid_gid.txt for current reccomendations. 7) If you want to use it with php, remember to add your user to the apache group, so that it can use /var/lib/php, like |