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
311 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://manned.org/a2dissite.8>.
2022-10-31 10:43:45 +01:00
- Uzak hostu devre dışı bırak:
`sudo a2dissite {{sanal_host}}`
- Bilgilendirici mesajları gösterme:
`sudo a2dissite --quiet {{sanal_host}}`