Hi,
ich hatte das Problem, dass der ordner /var/log/lighttpd nicht existierte und demzufolge lighttpd nicht startet. Habe den Ordner selbst angelegt mit
sudo mkdir /var/log/lighttpd
sudo chown -R www-data: www-data /var/log/lighttpd
anschließend lighttpd und pi-hole neuinstalliert.
Wenn danach bei Zugriff auf die Weboberfläche 403-Forbidden kommt,
hilft eventuell das hier:
After getting the 403 error, I searched the whole board an web for solutions and tried out everything mentioned. What helped me was activating the fastcgi module in lighttpd to get rid of the php restriction.
Many suggestions showed in the same direction and worked with "lighty-enable-mod fastcgi-php" and "service lighttpd force-reload" which ended for me in "Ignoring unknown module: fastcgi" and" Ignoring unknown module: fastcgi-php". So this didn't do the job on my system.
I found a workaro…
oder einer der vielen anderen Threads hier zu dem Thema.