1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/linux/a2enmod.md

13 lines
284 B
Markdown
Raw Normal View History

2021-03-29 17:08:31 +02:00
# a2enmod
> Active un module Apache sur une distribution Debian.
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
- Active un module :
`sudo a2enmod {{module}}`
- N'affiche aucun message (mode silencieux) :
`sudo a2enmod --quiet {{module}}`