mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
354 B
Markdown
12 lines
354 B
Markdown
# a2enconf
|
|
|
|
> Active un fichier de configuration sur une distribution Debian.
|
|
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
|
|
|
|
- Active un fichier de configuration :
|
|
|
|
`sudo a2enconf {{fichier_de_configuration}}`
|
|
|
|
- N'affiche aucun message (mode silencieux) :
|
|
|
|
`sudo a2enconf --quiet {{fichier_de_configuration}}`
|