Pi-Hole web interface not working
-
Replacing with the
.orig
did not help. same error. -
Does the original file have 94 lines?
-
@dustinb3403 said in Pi-Hole web interface not working:
Does the original file have 94 lines?
They are identical. So I did not expect a different response.
-
Looks like an issue is already opened.
https://github.com/pi-hole/pi-hole/issues/2391 -
The original file has not been touched in almost a year, so I do not think that the problem lies in the configuration file.
https://github.com/pi-hole/pi-hole/commits/master/advanced/lighttpd.conf.fedoraMore likely something else has changed with
lighttpd
-
@jaredbusch so you're saying don't update our systems.
Thanks for helping to find a bug.
-
@dustinb3403 said in Pi-Hole web interface not working:
@jaredbusch so you're saying don't update our systems.
Thanks for helping to find a bug.
I updated to 4 on the 13th obviously. Dunno if that was it or a
dnf
update. -
Commented out the include to
external.conf
and it starts. -
On the other system I created a blank
external.conf
and it works now.sudo touch /etc/lighttpd/external.conf
-
@jaredbusch said in Pi-Hole web interface not working:
On the other system I created a blank
external.conf
and it works now.sudo touch /etc/lighttpd/external.conf
Got it