Lighttpd
lighttpd(8) is a lightweight web server.
Contents
Installation
Most Linux and BSD distributions offer a lighttpd package.
Setup
lighttpd(8) is configured with /etc/lighttpd/lighttpd.conf.
By default, the web root is /srv/http.
To validate a configuration file, try:
lighttpd -t -f /etc/lighttpd/lighttpd.conf lighttpd -tt -f /etc/lighttpd/lighttpd.conf
Start and enable lighttpd.service.