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`