1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ca/linux/a2enmod.md

13 lines
251 B
Markdown
Raw Normal View History

2022-02-06 04:25:41 +01:00
# a2enmod
> Activa un mòdul d'Apache en sistemes operatius basats en Debian.
> Més informació: <https://manned.org/a2enmod.8>.
2022-02-06 04:25:41 +01:00
- Activa un mòdul:
`sudo a2enmod {{mòdul}}`
- No mostris missatges informatius:
`sudo a2enmod --quiet {{mòdul}}`