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

285 B

a2enmod

Active un module Apache sur une distribution Debian. Plus d'informations : 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}}