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

13 lines
343 B
Markdown
Raw Normal View History

2022-10-31 10:43:45 +01:00
# a2dissite
> Debian tabanlı işletim sistemlerinde bir Apache sanal hostunu devre dışı bırak.
> Daha fazla bilgi için: <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
- Uzak hostu devre dışı bırak:
`sudo a2dissite {{sanal_host}}`
- Bilgilendirici mesajları gösterme:
`sudo a2dissite --quiet {{sanal_host}}`