HTTP or web servers provide the ability to host web site content. Rationale: Unless there is a need to run the system as a web server, it is recommended that the service be disabled to reduce the potential attack surface.
Solution
Run the following command to disable httpd : # systemctl disable httpd # systemctl stop httpd