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

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

# a2dissite
> Désactive un hôte virtuel Apache sur une distribution Debian.
> Plus d'informations : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
- Désactive un hôte virtuel :
`sudo a2dissite {{virtual_host}}`
- N'affiche aucun message (mode silencieux) :
`sudo a2dissite --quiet {{virtual_host}}`