slackbuilds/network/lighttpd
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
conf network/lighttpd: Refactor configuration, changed maintainer. 2016-08-13 07:22:46 +07:00
README network/lighttpd: Updated for version 1.4.51. 2018-10-21 06:47:06 +07:00
README.SLACKWARE network/lighttpd: Additional path fixes. 2018-03-31 07:41:48 +07:00
doinst.sh network/lighttpd: Refactor configuration, changed maintainer. 2016-08-13 07:22:46 +07:00
lighttpd.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
lighttpd.info network/lighttpd: Updated for version 1.4.59. 2021-04-17 23:42:08 -05: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 and fcgi.


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.