1.3. Gestión del servicio httpd
Esta sección describe cómo iniciar, detener y reiniciar el servicio httpd
.
Requisitos previos
- El servidor HTTP Apache está instalado.
Procedimiento
Para iniciar el servicio
httpd
, introduzca:systemctl start httpd
# systemctl start httpd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Para detener el servicio
httpd
, introduzca:systemctl stop httpd
# systemctl stop httpd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Para reiniciar el servicio
httpd
, introduzca:systemctl restart httpd
# systemctl restart httpd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow