add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# apachectl
> 用于 macOS 的 Apache HTTP Server 控制接口(工具)
> 更多信息:<https://keith.github.io/xcode-man-pages/apachectl.8.html>.
> Apache HTTP 服务器控制接口,适用于 macOS
> 更多信息:<https://keith.github.io/xcode-man-pages/apachectl.8.html>
- 启动 org.apache.httpd务:
- 启动 `org.apache.httpd` launchd 任务:
`apachectl start`
- 停止已启动的服务:
- 停止 launchd 任务:
`apachectl stop`
- 重新启动服务:
- 停止,然后启动 launchd 任务:
`apachectl restart`
`apachectl restart`