Files
tldr/pages.fr/linux/a2ensite.md

13 lines
346 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# a2ensite
> Active un hôte virtuel Apache sur des systèmes d'exploitation (SE) basés sur Debian.
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
- Active un hôte virtuel :
`sudo a2ensite {{hote_virtuel}}`
- N'affiche aucun message (mode silencieux) :
`sudo a2ensite --quiet {{hote_virtuel}}`