Web Interface Stopped Working / unable to access webinterface

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

Access web interface with ip-adress-of-my-pihole/admin

Actual Behaviour:

Web page looks different and doesn't allow me to manage anything

?this may causing the problem? but how to solve
[✗] tcp:*:80 is in use by apache2 (Prerequisites - Pi-hole documentation)

what did i do:
yesterday i updated with pihole -up and while the updateprocess was running i marked a text and wantet to copy with crtl-c

Debug Token:

https://tricorder.pi-hole.net/mpaie9Oj/

How can i solve the problem?
Please give me details for a beginner - i´m not very good with linux

Thank you

You can disable Apache, move Apache to another port, or move lighttpd to another port.

I move this topic to Community Help. Search Community Help for Apache.

https://discourse.pi-hole.net/search?expanded=true&q=apache%20%23bugs-problems-issues%3Acommunity-help

What is the standard configuration on raspberry with pihole for apache and lighttpd?
Can i go back to the configuration begore this issue?

What do you recommend?

There is no standard configuration for this combination. We support lighttpd as our shipped webserver.

If you don't need or use Apache, disable it and remove it and restart lighttpd.

If you want to run both, it's probably easiest to move lighttpd to an alternate port.

A permanent method of changing the lighttpd port (for lighttpd version 1.4.46 or later):

Check your lighttpd version with this command.

lighttpd -v

If that returns 1.4.46 or above, you can overwrite the port from Pi-hole's lighttpd.conf in your external.conf like this:

server.port := 8888

Note that the := operator isn't supported in older versions of lighttpd .

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.