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:
parent
f45463dbd0
commit
676145f2fc
1 changed files with 12 additions and 0 deletions
12
pages.fr/linux/a2ensite.md
Normal file
12
pages.fr/linux/a2ensite.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue