1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 11:46:00 +02:00

a2ensite: add French translation (#5498)

This commit is contained in:
Patrice Denis 2021-03-24 23:01:57 +01:00 committed by GitHub
parent f45463dbd0
commit 676145f2fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# 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/buster/apache2/a2ensite.8.en.html>.
- Active un hôte virtuel :
`sudo a2ensite {{hote_virtuel}}`
- N'affiche pas de message d'information (mode silencieux) :
`sudo a2ensite --quiet {{hote_virtuel}}`