2019-02-26 03:06:30 +00:00
|
|
|
# apachectl
|
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
> 用于 macOS 的 Apache HTTP Server 控制接口(工具)。
|
2024-01-31 10:20:27 +00:00
|
|
|
> 更多信息:<https://keith.github.io/xcode-man-pages/apachectl.8.html>.
|
2019-02-26 03:06:30 +00:00
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 启动 org.apache.httpd 服务:
|
2019-02-26 03:06:30 +00:00
|
|
|
|
|
|
|
`apachectl start`
|
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 停止已启动的服务:
|
2019-02-26 03:06:30 +00:00
|
|
|
|
|
|
|
`apachectl stop`
|
|
|
|
|
2021-08-02 09:41:09 +01:00
|
|
|
- 重新启动服务:
|
2019-02-26 03:06:30 +00:00
|
|
|
|
|
|
|
`apachectl restart`
|