Hello! I am attempting to install Pi-Hole on a Raspberry-Pi 3 that currently has a RADIUS server with the daloRadius WebGUI using a Apache 2 web server. I tried running the automated install but it broke my daloRadius page. I'm not very good with Linux so I was wondering if it is possible to have both daloRadius and Pi-Hole running on the same Pi 3. If so can anyone help me?
Pi-hole requires port 80, so Lighttpd and Apache are both trying to use the same port. If that software supports it, try disabling Apache and only use Lighttpd. If it requires certain things from Apache, move Apache to a different port.
How would I go about changing the port Apache runs on?
I don't use Apache much, but check this.
Okay. I'll have to try it tomorrow and report back.