Está en la página 1de 5

TECNOLOGICO DE ESTUDIOS

SUPERIORES DE ECATEPEC

Laboratorio 04: Instalación & Configuración de


Apache en Fedora Server 39.

Administración de Servidores

Miguel Barreto Morales

GRUPO: 15701
1. Instalar Apache server.

[root@gris mbarreto]# dnf -y install httpd


2. Cambiar la página de bienvenida

[root@gris mbarreto] # mv /etc/httpd/conf.d/welcome.conf


/etc/httpd/conf.d/welcome.conf.org

3. Configurar Apache server.

[root@www ~]# cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.org

[root@www ~]# nano /etc/httpd/conf/httpd.conf

4. Iniciar servicios.

[root@www ~]# systemctl enable httpd.service

[root@www ~]# systemctl enable --now httpd

5. Habilitar el servicio en el Firewall.

[root@www ~]# firewall-cmd --add-service=http --permanent

[root@www ~]# firewall-cmd --reload


6. Cree una página de prueba HTML.
7. Investigación (1 cuartillas - Mano): ¿Porque los servidores web NGINX y Apache, son los
más usados en internet?

También podría gustarte