From 00b59786967b121f50fb1e6518503a1498b7df33 Mon Sep 17 00:00:00 2001 From: wizarot Date: Tue, 26 Feb 2019 11:06:30 +0800 Subject: [PATCH] apachectl: add Chinese translation --- pages.zh/osx/apachectl.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/osx/apachectl.md diff --git a/pages.zh/osx/apachectl.md b/pages.zh/osx/apachectl.md new file mode 100644 index 0000000000..40335524bf --- /dev/null +++ b/pages.zh/osx/apachectl.md @@ -0,0 +1,15 @@ +# apachectl + +> 用于macOS的Apache HTTP Server控制接口(工具). + +- 启动 org.apache.httpd 服务: + +`apachectl start` + +- 停止已启动的服务: + +`apachectl stop` + +- 重新启动服务: + +`apachectl restart`