tldr/pages.fr/linux/a2enconf.md

13 lines
356 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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}}`