Apache 2
- Instalar httpd
# yum install httpd
2. Iniciar el servicio httpd en línea de comandos
# service httpd start
3. Probar si está desplegando la pantalla colocando en el browser http://IP
4. Permitir que apache se conecte al internet
# sudo /usr/sbin/setsebool httpd_can_network_connect true