Bandwidthd web 404

I used to have output on https://gw.lan/bandwidthd/
but it does not work now (5.2.3? don’t reember last time I’ve looked)

bandwidthd runs, puts data into /tmp/bandwidthd and there’s symlink:

lrwxrwxrwx 1 root root 15 Dec 4 2020 /www/bandwidthd → /tmp/bandwidthd

the contents of /etc/lighttpd indicates that is SHOULD work.
Any idea what to look for?
Thanks

I needed to add the following:

alias.url += ( “/bandwidthd/” => “/tmp/bandwidthd/”)

to /etc/lighttpd/conf.d/bandwidthd.conf and RESTART lighthttpd

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.