diff --git a/network/cherokee/README b/network/cherokee/README index 7214e5a3d4..c2428de130 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