mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01:00
apachectl: add Chinese translation
This commit is contained in:
parent
91c4b70895
commit
00b5978696
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/apachectl.md
Normal file
15
pages.zh/osx/apachectl.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# apachectl
|
||||
|
||||
> 用于macOS的Apache HTTP Server控制接口(工具).
|
||||
|
||||
- 启动 org.apache.httpd 服务:
|
||||
|
||||
`apachectl start`
|
||||
|
||||
- 停止已启动的服务:
|
||||
|
||||
`apachectl stop`
|
||||
|
||||
- 重新启动服务:
|
||||
|
||||
`apachectl restart`
|
Loading…
Reference in a new issue