mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:06:00 +02:00
apache2ctl: add French translation
This commit is contained in:
parent
df2b0c108c
commit
803a51e783
1 changed files with 25 additions and 0 deletions
25
pages.fr/linux/apache2ctl.md
Normal file
25
pages.fr/linux/apache2ctl.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# apache2ctl
|
||||
|
||||
> L'outil d'Interface en Lignes de Commandes (ILC) pour administrer le serveur web HTTP Apache.
|
||||
> Cette commande est disponible sur une distribution Debian. Pour les distributions basées Red Hat, voir `httpd`.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
|
||||
|
||||
- Démarre le démon Apache. Envoie un message s'il est déjà actif :
|
||||
|
||||
`sudo apache2ctl start`
|
||||
|
||||
- Arrête le démon Apache :
|
||||
|
||||
`sudo apache2ctl stop`
|
||||
|
||||
- Re-démarre le démon Apache :
|
||||
|
||||
`sudo apache2ctl restart`
|
||||
|
||||
- Teste la syntaxe du fichier de configuration :
|
||||
|
||||
`sudo apache2ctl -t`
|
||||
|
||||
- Liste les modules chargés :
|
||||
|
||||
`sudo apache2ctl -M`
|
Loading…
Add table
Reference in a new issue