1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.fr/linux/a2enmod.md

253 B

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}}