mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 19:26:01 +02:00
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ı}}`
|