mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:42:07 +02:00
283 B
283 B
a2enmod
Activa un mòdul d'Apache en sistemes operatius basats en Debian. Més informació: https://manpages.debian.org/latest/apache2/a2enmod.8.en.html.
- Activa un mòdul:
sudo a2enmod {{mòdul}}
- No mostris missatges informatius:
sudo a2enmod --quiet {{mòdul}}