I am using Antergos.
I have installed a lampp stack with PHP 7.2.8, for the last couple of days my apache has been not starting, when I check httpd status I get(screenshot below) Click to see the image
Also "Says site can’t be reached"
21 Answer
Your libphp7 module seems to be missing or inaccessible. Not too familiar with Antergos but have a look under /usr/lib64/httpd/modules or /etc/https/modules or just try to use locate libphp7 to see if it's even there. You may need to install php-apache package if it's not present.