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