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/a2ensite.md

13 lines
290 B
Markdown
Raw Normal View History

2022-10-31 10:43:45 +01:00
# a2ensite
> Debian tabanlı işletim sistemlerinde Apache sanal hostu etkinleştir.
> Daha fazla bilgi için: <https://manned.org/a2ensite.8>.
2022-10-31 10:43:45 +01:00
- Bir sanal hostu etkinleştir:
`sudo a2ensite {{sanal_host}}`
- Bilgilendirici mesajları gösterme:
`sudo a2ensite --quiet {{sanal_host}}`