Skip to content

Instantly share code, notes, and snippets.

@VadimBrodsky
Created October 6, 2016 18:30
Show Gist options
  • Save VadimBrodsky/dd554c63bd1ad9fab6ea376fa83e8655 to your computer and use it in GitHub Desktop.
Save VadimBrodsky/dd554c63bd1ad9fab6ea376fa83e8655 to your computer and use it in GitHub Desktop.
Fix Pi-Hole blank white screen on admin
  1. Open a terminal session on the PI
  2. To enable the server to handle php scripts the fastcgi-php module should be enabled by issuing in the command
sudo lighttpd-enable-mod fastcgi-php

# Then reload the server using
sudo service lighttpd force-reload

Then go back and check the admin page.

If there is still and issue, make sure you have PHP running. Create a simple PHP script and load it in www directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment