diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-08 11:40:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:28:33 -0500 |
commit | 1efbfb7da270de37c67b7bb8a90890cdaf574a71 (patch) | |
tree | 24e329b2601bb72b7d0003b27d08274fb5b4b7cd /network/lighttpd2/README | |
parent | c5774c9ed118e4a4a506291eea1747faca26f660 (diff) | |
download | slackbuilds-1efbfb7da270de37c67b7bb8a90890cdaf574a71.tar.gz |
network/lighttpd2: Added (light, fast, and secure webserver).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd2/README')
-rw-r--r-- | network/lighttpd2/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/lighttpd2/README b/network/lighttpd2/README new file mode 100644 index 0000000000..24892feefc --- /dev/null +++ b/network/lighttpd2/README @@ -0,0 +1,15 @@ +lighttpd2 is a fast, secure, and flexible webserver. It is optimized +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. |