tldr/pages.zh/osx/apachectl.md

16 lines
214 B
Markdown
Raw Normal View History

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