1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

apachectl: add Spanish translation (#16097)

This commit is contained in:
Darío Hereñú 2025-04-12 04:35:42 -03:00 committed by GitHub
parent 9c2abbe717
commit f7dbf44ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,36 @@
# apachectl
> Controla un servidor HTTP Apache.
> Más información: <https://manned.org/apachectl>.
- Inicia el servidor:
`sudo apachectl start`
- Reinicia el servidor:
`sudo apachectl restart`
- Detiene el servidor:
`sudo apachectl stop`
- Comprueba la validez del archivo de configuración:
`apachectl configtest`
- Comprueba el estado del servidor (requiere el navegador lynx):
`apachectl status`
- Recarga la configuración sin perder conexiones:
`sudo apachectl graceful`
- Imprime la configuración completa de Apache:
`apachectl -S`
- Muestra la ayuda:
`apachectl -h`