1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:02:08 +02:00
tldr/pages.es/osx/apachectl.md
2022-10-18 07:59:28 -03:00

16 lines
314 B
Markdown

# apachectl
> Interfaz de control de Apache HTTP Server para macOS.
> Más información: <https://www.unix.com/man-page/osx/8/apachectl/>.
- Inicia la tarea launchd `org.apache.httpd`:
`apachectl start`
- Finaliza la tarea launchd:
`apachectl stop`
- Finaliza e inicia la tarea launchd:
`apachectl restart`