Posts: 82
Threads: 10
Joined: Dec 2018
Reputation:
2
12-29-2018, 03:59 AM
(This post was last modified: 12-29-2018, 06:58 AM by HemiRick.)
I got Pi hole running on my Moode Pi using the basic instructions, it installed and ran fine.....the web interface did not work though, {it gave the default cover image for some reason when i hit 192.168.1.xxx/admin}, had to change the port that pi holes web server used from 80 to whatever port you choose, this way it does not conflict with Moode web server. Edit /etc/lighttpd/lighttpd.conf, then restart lighttpd Then when I went to 192.168.1.xxx:port/admin I get pi holes web page.
It has no audible impact on Moode to my ears.
Posts: 13,429
Threads: 304
Joined: Mar 2018
Reputation:
545
So it's using something other than NGINX as web server?
Posts: 20
Threads: 3
Joined: May 2018
Reputation:
0
(12-29-2018, 04:16 AM)Tim Curtis Wrote: So it's using something other than NGINX as web server?
yes, it comes together wit a lighttpd server..
Hemirick, thanks for the idea, sometimes you are getting blind, by runing through the "old" procedures" (-:
In May I changed Moode Port, so I did it again...
but NGINX would also be possible...
https://github.com/pi-hole/pi-hole/wiki/...figuration
Raspi 3B, HiFiBerry Digi(Digi+)
Posts: 82
Threads: 10
Joined: Dec 2018
Reputation:
2
wow I need to study that page and see if I can figure out how to make pi hole use NGINX, my 1st impression is it's way over my head....Seems much more efficient to only run 1 web server.