Closed gordee78 closed 3 years ago
Is it related to this issue?
Ack yes. That nailed it. Thank you.
I actually DID do option #2 in FAQ but convoluted it with an additional change as recommended by lighttpd -tt:
pi@raspberrypi:~ $ lighttpd -tt -f /etc/lighttpd/lighttpd.conf
WARNING: include-conf-enabled.pl is deprecated and slated for removal.
Replace in lighttpd.conf with:
include "/etc/lighttpd/conf-enabled/*.conf"
2021-07-18 23:05:23: (configfile.c.1606) server.upload-dirs doesn't exist: /var/cache/lighttpd/uploads
2021-07-18 23:05:23: (mod_compress.c.275) can't stat compress.cache-dir /var/cache/lighttpd/compress/ Permission denied
2021-07-18 23:05:23: (server.c.1472) Configuration of plugins failed. Going down.
My apologies for this. Thanks for helping to clear this up so quickly.
Brand new Raspbian Buster install on a 3A+.
RaspiSump install itself appears to be fine (installed as 1m cron job). But the Lighttpd installation section does not work as expected. Webserver however, has never responded to requests.
Final command of the install is to run rsumpwebchart.py which returns:
This being a warning I ignored it.
Trying to investigate this a little Lighttpd says to validate configuration file using the below command:
Contents of /etc/lighttpd/lighttpd.conf
But the contents of /usr/share/lighttpd: (Missing create-mine.assign.pl)
Did I miss anything? Or has something changed with lighttpd? Thank you.