mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
22c8ab968a
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
24 lines
601 B
Text
24 lines
601 B
Text
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.
|