I had a very basic problem today where Apache wouldn’t boot automatically on a clean installation of Centos 7. The solution was simply to tell the service to run automatically by issuing the following command:
systemctl enable httpd.service
I had a very basic problem today where Apache wouldn’t boot automatically on a clean installation of Centos 7. The solution was simply to tell the service to run automatically by issuing the following command:
systemctl enable httpd.service
Thx. This worked for me. Keep up the good work.
tanks for the tip