Hi everyone,
I just did a fresh install with ipv4 and ipv6 and it seems that have broken the web interface, all pages are downloading the .php files instead of loading on the browser.
Is ipv6 breaking lighttpd or php ? I'm saying that because other installations with only IPV4 runs perfect.
Expected Behaviour:
Load login.php on any browser
-Debian 12.5
-KVM
Actual Behaviour:
login.php is being downloaded on any browser
Debug Token:
https://tricorder.pi-hole.net/azwSzgkD/
#Network config
root@home-dns:/home/pihole# cat /etc/network/interfaces
This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug enp1s0
iface enp1s0 inet static
address 192.168.22.16
netmask 255.255.255.0
gateway 192.168.22.1
dns-domain home1
dns-nameservers 127.0.0.1
This is an autoconfigured IPv6 interface
iface enp1s0 inet6 static
address 2804:1B3:A5C8:9191::16
netmask 64
gateway 2804:1B3:A5C8:9191::1