apachectl: add Chinese translation

This commit is contained in:
wizarot 2019-02-26 11:06:30 +08:00 committed by Starbeamrainbowlabs
parent 91c4b70895
commit 00b5978696

15
pages.zh/osx/apachectl.md Normal file
View File

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