mirror of https://github.com/CrimsonTome/tldr.git
13 lines
356 B
Markdown
13 lines
356 B
Markdown
# a2enconf
|
||
|
||
> Active un fichier de configuration sur une distribution Debian.
|
||
> Plus d'information : <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}}`
|