contrib/lighttpd
2011-08-17 20:18:16 +02:00
..
.footprint lighttpd: fix .footprint 2009-06-20 11:12:03 +02:00
.md5sum lighttpd: 1.4.28 -> 1.4.29 2011-08-17 20:18:16 +02:00
lighttpd.conf lighttpd: taken from opt 2009-01-14 22:04:18 +01:00
lighttpd.rc lighttpd: 1.4.25 -> 1.4.26 2010-02-09 00:23:00 +01:00
Pkgfile lighttpd: 1.4.28 -> 1.4.29 2011-08-17 20:18:16 +02:00
README lighttpd: 1.4.22 -> 1.4.23 2009-06-20 09:37:36 +02:00

REQUIREMENTS

PRE-INSTALL

POST-INSTALL

lighttpd runs as a different user ('lighttpd') by default for security reasons.
Do the following after installing the port:

  useradd -s /bin/false lighttpd
  groupadd lighttpd
  touch /var/www/logs/access_log
  touch /var/www/logs/error_log
  chown lighttpd:lighttpd /var/www/logs/*

If you wish to enable SSL support, uncomment the relevant lines in 
/etc/lighttpd.conf and generate a self-signed certificate:

  openssl req -new -x509 \
  -keyout /etc/ssl/certs/lighttpd.pem -out /etc/ssl/certs/lighttpd.pem \
  -days 365 -nodes

PRECAUTION

As of lighttpd 1.4.23 spawn-fcgi was removed and is now provided as a separate
project at http://redmine.lighttpd.net/projects/spawn-fcgi