tldr/pages.fr/linux/a2ensite.md

13 lines
345 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.

# a2ensite
> Active un hôte virtuel Apache sur des systèmes d'exploitation (SE) basés sur Debian.
> Plus d'information : <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}}`