tldr/pages.tr/linux/a2enconf.md

13 lines
378 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# a2enconf
> Debian tabanlı işletim sistemlerinde Apache konfigürasyon dosyasını etkinleştir.
> Daha fazla bilgi için: <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
- Bir konfigürasyon dosyasını etkinleştir:
`sudo a2enconf {{konfigürasyon_dosyası}}`
- Bilgilendirici mesajları gösterme:
`sudo a2enconf --quiet {{konfigürasyon_dosyası}}`