mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
363 B
Markdown
12 lines
363 B
Markdown
# 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>.
|
|
|
|
- Bir konfigürasyon dosyasını devre dışı bırak:
|
|
|
|
`sudo a2disconf {{konfigürasyon_dosyası}}`
|
|
|
|
- Bilgilendirici mesajı gösterme:
|
|
|
|
`sudo a2disconf --quiet {{konfigürasyon_dosyası}}`
|