add new chinese translations
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# apache2ctl
|
||||
|
||||
> Apache HTTP web 服务器命令行管理工具。
|
||||
> 基于 Debian 的操作系统自带该命令,基于 RHEL 的查看 `httpd`。
|
||||
> 更多信息:<https://manned.org/apache2ctl.8>.
|
||||
> 管理 Apache HTTP 网络服务器。
|
||||
> 此命令适用于基于 Debian 的操作系统,对于基于 RHEL 的系统,请参见 `httpd`。
|
||||
> 更多信息:<https://manned.org/apache2ctl.8>。
|
||||
|
||||
- 启动 Apache 守护进程。如果已运行则发送一个消息:
|
||||
- 启动 Apache 守护进程。如果它已经在运行,则抛出一条消息:
|
||||
|
||||
`sudo apache2ctl start`
|
||||
|
||||
- 关闭 Apache 守护进程:
|
||||
- 停止 Apache 守护进程:
|
||||
|
||||
`sudo apache2ctl stop`
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
|
||||
`sudo apache2ctl restart`
|
||||
|
||||
- 检查配置文件语法:
|
||||
- 测试配置文件的语法:
|
||||
|
||||
`sudo apache2ctl -t`
|
||||
|
||||
- 列出已加载模块:
|
||||
- 列出已加载的模块:
|
||||
|
||||
`sudo apache2ctl -M`
|
||||
`sudo apache2ctl -M`
|
Reference in New Issue
Block a user