mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
apachectl: add Spanish translation (#16097)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user