I've been happily using Pi-Hole v4 for a while on a CentOS VM. All was working as a charm, however it took a while to set it up originally.
Few days ago I've updated it to v5. Everything works, however due to change of the way UI connects to FTL I can't manage it from UI anymore. FTL service runs under root obviously, UI runs under apache user and it can't connect to FTL because of permission issue.
There are advices like adding apache to sudoers but I don't like it because of security considerations.
Is there a way to make it properly without sacrificing security?