Tengo instalado pi hole con su panel de configuración web. El caso es que al instalar apache este dejo de funcionar y buscando por google veo que ambos funcionan ¿en el mismo directorio? si no me equivoco.
Ahora al entrar en la web de pihole de mi rasp aparece el codigo php
¿alguna forma de solucionarlo?
Pi hole y apache2 error
Vale soy tonto
no se porque no busque en reddit
Dejo la solución que es bastante simple.
https://www.reddit.com/r/pihole/comment ... nd_apache/


Dejo la solución que es bastante simple.
https://www.reddit.com/r/pihole/comment ... nd_apache/
I would skip that guide. All you need to do is to change the lighttpd port as follows:
sudo nano /etc/lighttpd/lighttpd.conf
Change server.port = 80 to server.port = 8080 or whatever port you choose to use. Save and exit.
sudo service lighttpd start
Note that this is a local change to your Pi-Hole code, which will be overwritten by a Pi-Hole repair or update. So, save the steps in a text file somewhere in case you need to repeat them in the future.