1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 07:26:04 +02:00
tldr/pages.tr/linux/a2disconf.md

13 lines
363 B
Markdown
Raw Normal View History

2022-10-31 10:43:45 +01:00
# a2disconf
> Debian tabanlı işletim sistemlerinde Apache konfigürasyon dosyasını devre dışı bırak.
> Daha fazla bilgi için: <https://manned.org/a2disconf.8>.
2022-10-31 10:43:45 +01:00
- Bir konfigürasyon dosyasını devre dışı bırak:
`sudo a2disconf {{konfigürasyon_dosyası}}`
- Bilgilendirici mesajı gösterme:
`sudo a2disconf --quiet {{konfigürasyon_dosyası}}`