mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
290 B
Markdown
12 lines
290 B
Markdown
# a2ensite
|
|
|
|
> Debian tabanlı işletim sistemlerinde Apache sanal hostu etkinleştir.
|
|
> Daha fazla bilgi için: <https://manned.org/a2ensite.8>.
|
|
|
|
- Bir sanal hostu etkinleştir:
|
|
|
|
`sudo a2ensite {{sanal_host}}`
|
|
|
|
- Bilgilendirici mesajları gösterme:
|
|
|
|
`sudo a2ensite --quiet {{sanal_host}}`
|