mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:42:09 +02:00
12 lines
229 B
Markdown
12 lines
229 B
Markdown
# a2enmod
|
|
|
|
> Enable an Apache module on Debian-based OSes.
|
|
> More information: <https://manned.org/a2enmod.8>.
|
|
|
|
- Enable a module:
|
|
|
|
`sudo a2enmod {{module}}`
|
|
|
|
- Don't show informative messages:
|
|
|
|
`sudo a2enmod --quiet {{module}}`
|