pi-hole installieren
als root:
curl -sSL https://install.pi-hole.net | bash
falls apache2 schon installiert ist, natürlich lighttpd NICHT installieren
Anschließend:
apache-user must be part in the pihole group
usermod -a -G pihole www-data
und dann noch php-sqlite3 installieren
apt-get install php-sqlite3