1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/linux/a2disconf.md

13 lines
408 B
Markdown
Raw Normal View History

# a2disconf
> Matikan suatu konfigurasi piranti peladen Apache yang diatur oleh suatu berkas dalam sistem operasi berbasis Debian.
> Informasi lebih lanjut: <https://manned.org/a2disconf.8>.
- Matikan konfigurasi yang diatur dalam suatu berkas:
`sudo a2disconf {{berkas_konfigurasi}}`
- Jangan menampilkan pesan-pesan informatif selama melakukan operasi:
`sudo a2disconf --quiet {{berkas_konfigurasi}}`