No items in the adlist setting, and can't add one

hi all,
I'm slowly trying pihole on my Ubuntu server running apache2.
I followed the wizard (awesome job!)
I noticed adds weren't blocked, and looking at the add list, it was empty.

The debug token is:
https://tricorder.pi-hole.net/Ft0HlGVs/

I saw it might be database thing?

cheers,
Vic

Your debug log shows you have one adlist:

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts

The list is active.

I can't tell if there is something wrong with your web interface, since you are using Apache as your web server.

This not a default install and our Debug Log only collects lighttpd logs.

Hmmi understand. Problem is I also don't see that url in my active addlist.
I can't really run light and apache next to each other I guess? Do you have a tip where to look for?

You can, but both uses the port 80 by default.
You need to move one of them to a different port.

To move lighttpd to a different port, you need to add:

server.port := 81

to /etc/lighttpd/external.conf.

Change the port number to any port you want to use. If you change the port, you will need to access pi-hole web interface using the port http://192.168.178.74:81.

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