= Lighttpd = '''`lighttpd(8)`''' is a lightweight web server. <> ---- == 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 }}} [[Linux/Systemd|Start and enable]] `lighttpd.service`. ---- == See also == [[https://man.archlinux.org/man/extra/lighttpd/lighttpd.8.en|lighttpd(8)]] ---- CategoryRicottone