add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,12 +1,12 @@
# a2enmod
> 在基于 Debian 的操作系统上启用 Apache 模块。
> 更多信息:<https://manned.org/a2enmod.8>.
> 在基于Debian的操作系统上启用Apache模块。
> 更多信息:<https://manned.org/a2enmod.8>
- 启用模块:
- 启用一个模块:
`sudo a2enmod {{模块名}}`
`sudo a2enmod {{module}}`
- 不显示信息性消息:
`sudo a2enmod --quiet {{模块名}}`
`sudo a2enmod --quiet {{module}}`