aboutsummaryrefslogtreecommitdiff
path: root/network/lighttpd/README
blob: d98fd45ffcd8a54c7f1985e8d04155b39fb3be09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 a dedicated group and user to run this script
(by default both are 'lighttpd'), 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.