slackbuilds/network/lighttpd2
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
README network/lighttpd2: Fixed dep info 2021-04-19 22:27:17 -05:00
README.SLACKWARE
doinst.sh
lighttpd2.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
lighttpd2.info network/lighttpd2: Updated for version 20180908_bda1a90. 2018-11-17 18:43:00 +07:00
slack-desc

README

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): enable it by passing the UNWIND=yes flag to the script


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.