1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.fr/linux/a2enmod.md

12 lines
253 B
Markdown

# a2enmod
> Active un module Apache sur une distribution Debian.
> Plus d'informations : <https://manned.org/a2enmod.8>.
- Active un module :
`sudo a2enmod {{module}}`
- N'affiche aucun message (mode silencieux) :
`sudo a2enmod --quiet {{module}}`