a2enmod: add French translation

manned-org
Patrice Denis 2021-03-29 17:08:31 +02:00 committed by Waldir Pimenta
parent 71d0856b9c
commit 8755bf52f1
1 changed files with 12 additions and 0 deletions

12
pages.fr/linux/a2enmod.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`