mirror of https://github.com/CrimsonTome/tldr.git
13 lines
261 B
Markdown
13 lines
261 B
Markdown
|
# a2enmod
|
||
|
|
||
|
> Enable an Apache module on Debian-based OSes.
|
||
|
> More information: <https://manpages.debian.org/buster/apache2/a2enmod.8.en.html>.
|
||
|
|
||
|
- Enable a module:
|
||
|
|
||
|
`sudo a2enmod {{module}}`
|
||
|
|
||
|
- Don't show informative messages:
|
||
|
|
||
|
`sudo a2enmod --quiet {{module}}`
|