diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-29 13:00:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:23 +0700 |
commit | 5639420e4e2d6fbf970acba8a381e14a7d9ec35c (patch) | |
tree | 506d02d9c39eab042ee7bec1e330286c5e55243f /network/lighttpd | |
parent | e8883be7f8ed50f374b4fe099d99be50c647d807 (diff) | |
download | slackbuilds-5639420e4e2d6fbf970acba8a381e14a7d9ec35c.tar.gz |
network/lighttpd: Revise group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/lighttpd')
-rw-r--r-- | network/lighttpd/README | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/network/lighttpd/README b/network/lighttpd/README index d2cd8e2caf..7b2136d439 100644 --- a/network/lighttpd/README +++ b/network/lighttpd/README @@ -3,15 +3,22 @@ for high-performance environments, and provides an extensive feature set, including FastCGI, CGI, Auth, output compression, and URL rewriting support. -By default, this package uses the "lighttpd" user and group to run -lighttpd as a unpriviliged process. The script will exit if these -do not exist on this machine. We recommend using the following -UID and GID as they do not conflict with any stock Slackware users -and groups, nor with any added by other SlackBuilds.org scripts. - User: lighttpd UID: 208 GID: 208 - Group: lighttpd GID: 208 -Be sure to see README.SLACKWARE (in this directory, and also installed -with the package documentation) for configuration and setup information. +Optional Dependencies lua is an optional dependency. + + +Groupname and Username + +You must have the 'lighttpd' group and user to run this script, +for example: + + groupadd -g 208 lighttpd + useradd -u 208 -g lighttpd -d /var/www lighttpd + + +Configuration + +Be sure to see README.SLACKWARE (in this directory, and also installed +with the package documentation) for configuration and setup information. |