mirror of https://github.com/CrimsonTome/tldr.git
13 lines
395 B
Markdown
13 lines
395 B
Markdown
# a2disconf
|
||
|
||
> Debian tabanlı işletim sistemlerinde Apache konfigürasyon dosyasını devre dışı bırak.
|
||
> Daha fazla bilgi için: <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||
|
||
- Bir konfigürasyon dosyasını devre dışı bırak:
|
||
|
||
`sudo a2disconf {{konfigürasyon_dosyası}}`
|
||
|
||
- Bilgilendirici mesajı gösterme:
|
||
|
||
`sudo a2disconf --quiet {{konfigürasyon_dosyası}}`
|