tldr/pages.fr/linux/a2dissite.md

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

# a2dissite
> Désactive un hôte virtuel Apache sur une distribution Debian.
> Plus d'information : <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}}`