1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/apachectl.md

16 lines
222 B
Markdown
Raw Normal View History

2019-02-26 11:06:30 +08:00
# apachectl
2019-10-18 10:33:27 +08:00
> 用于 macOS 的 Apache HTTP Server 控制接口(工具).
2019-02-26 11:06:30 +08:00
2019-10-19 14:12:27 +08:00
- 启动 org.apache.httpd 服务:
2019-02-26 11:06:30 +08:00
`apachectl start`
2019-10-19 14:12:27 +08:00
- 停止已启动的服务:
2019-02-26 11:06:30 +08:00
`apachectl stop`
2019-10-19 14:12:27 +08:00
- 重新启动服务:
2019-02-26 11:06:30 +08:00
`apachectl restart`