SlackBuildsOrg/network/lighttpd2
David Spencer dcc8fb7252 network/lighttpd2: Revise group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-02-04 07:00:23 +07:00
..
conf
doinst.sh
lighttpd2.info network/lighttpd2: Updated for version 20170102_ca44691. 2017-01-28 07:38:35 +07:00
lighttpd2.SlackBuild network/lighttpd2: Updated for version 20170102_ca44691. 2017-01-28 07:38:35 +07:00
README network/lighttpd2: Revise group/user info in README. 2017-02-04 07:00:23 +07:00
README.SLACKWARE
slack-desc

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.

This version currently is a work in progress: it's not ready for
production: only for interested people.


Optional Dependencies

libunwind is an optional dependency (for backtraces on assert
failures): after having it installed, build this passing the script
the UNWIND=yes flag.


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.