a2enmod: add French translation
This commit is contained in:

committed by
Waldir Pimenta

parent
71d0856b9c
commit
8755bf52f1
12
pages.fr/linux/a2enmod.md
Normal file
12
pages.fr/linux/a2enmod.md
Normal 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}}`
|
Reference in New Issue
Block a user