1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/a2enmod.md
2021-03-31 17:46:23 +01:00

12 lines
261 B
Markdown

# a2enmod
> Enable an Apache module on Debian-based OSes.
> More information: <https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
- Enable a module:
`sudo a2enmod {{module}}`
- Don't show informative messages:
`sudo a2enmod --quiet {{module}}`