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

Apache failure Image

Also "Says site can’t be reached"

Localhost cannot be reached image

2

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy