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 httpdCopy to Clipboard Copied! Toggle word wrap Toggle overflow Para detener el servicio
httpd, introduzca:systemctl stop httpd
# systemctl stop httpdCopy to Clipboard Copied! Toggle word wrap Toggle overflow Para reiniciar el servicio
httpd, introduzca:systemctl restart httpd
# systemctl restart httpdCopy to Clipboard Copied! Toggle word wrap Toggle overflow