slackbuilds/network/lighttpd
Matteo Bernardini 3b83bf2eb5 network/lighttpd: Change some hints in README.SLACKWARE.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2017-05-20 06:55:25 +07:00
..
conf network/lighttpd: Refactor configuration, changed maintainer. 2016-08-13 07:22:46 +07:00
README network/lighttpd: Revise group/user info in README. 2017-02-04 07:00:23 +07:00
README.SLACKWARE network/lighttpd: Change some hints in README.SLACKWARE. 2017-05-20 06:55:25 +07:00
doinst.sh network/lighttpd: Refactor configuration, changed maintainer. 2016-08-13 07:22:46 +07:00
lighttpd.SlackBuild network/lighttpd: Updated for version 1.4.45. 2017-01-15 06:35:26 +07:00
lighttpd.info network/lighttpd: Updated for version 1.4.45. 2017-01-15 06:35:26 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

lighttpd 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.


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.