Information
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 apache2 :
# chkconfig apache2 off
Additional Information:
Several httpd servers exist and can use other service names. apache, apache2, lighttpd, and nginx are example services that provide an HTTP server. These and other services should also be audited.