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

13 lines
307 B
Markdown
Raw Normal View History

2022-10-31 10:43:45 +01:00
# a2enmod
> Debian tabanlı işletim sistemlerinde Apache modülünü etkinleştir.
> Daha fazla bilgi için: <https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
- Bir modülü etkinleştir:
2022-10-31 10:43:45 +01:00
`sudo a2enmod {{modül}}`
- Bilgilendirici mesajları gösterme:
`sudo a2enmod --quiet {{modül}}`