Skip to content

lighttpd: define var.home_dir to fix rrdtool.conf

lighttpd crashes at startup without this if lighttpd-mod-rrdtool is installed (rrdtool.conf1 relies on var.home_dir instead of using hardcoded path since lighttpd 1.4.66).

The variable definition added to lighttpd.conf is one of the vars suggested in the reference lighttpd.conf file.

Tested on Omnia HBK.

  1. part of lighttpd source, installed as 30-rrdtool.conf to /etc/lighttp/conf.d as a part of lighttpd-mod-rrdtool package (defined as a module of lighttpd in lighttpd package manifest)

Edited by Simon Borek

Merge request reports