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:
parent
9c2abbe717
commit
f7dbf44ec5
1 changed files with 36 additions and 0 deletions
36
pages.es/linux/apachectl.md
Normal file
36
pages.es/linux/apachectl.md
Normal 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`
|
Loading…
Add table
Reference in a new issue