Skip to content

Commit

Permalink
apache2ctl: add French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
patricedenis authored and waldyrious committed Mar 31, 2021
1 parent df2b0c1 commit 803a51e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pages.fr/linux/apache2ctl.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 803a51e

Please sign in to comment.