a2dismod to avahi-browse: add Chinese translation (#5246)

This commit is contained in:
千玄子
2021-05-02 02:43:23 +08:00
committed by GitHub
parent 9ccc49d98f
commit 92f09753c6
26 changed files with 463 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
# apache2ctl
> Apache HTTP web 服务器命令行管理工具。
> 基于 Debian 的操作系统自带该命令,基于 RHEL 的查看 `httpd`。
- 启动 Apache 守护进程。如果已运行则发送一个消息:
`sudo apache2ctl start`
- 关闭 Apache 守护进程:
`sudo apache2ctl stop`
- 重启 Apache 守护进程:
`sudo apache2ctl restart`
- 检查配置文件语法:
`sudo apache2ctl -t`
- 列出已加载模块:
`sudo apache2ctl -M`