1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:02:08 +02:00
tldr/pages.zh/osx/apachectl.md
2019-11-02 17:47:23 +00:00

15 lines
222 B
Markdown

# apachectl
> 用于 macOS 的 Apache HTTP Server 控制接口(工具).
- 启动 org.apache.httpd 服务:
`apachectl start`
- 停止已启动的服务:
`apachectl stop`
- 重新启动服务:
`apachectl restart`