From cf147a2e0442314faab4aa40add4193cedea0a61 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 6 Feb 2020 20:58:03 +0000 Subject: [PATCH] Add doc for mod_systemd in 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873716 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_systemd.xml | 46 ++++++++++++++++++++++++++++ docs/manual/mod/mod_systemd.xml.fr | 48 ++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 docs/manual/mod/mod_systemd.xml create mode 100644 docs/manual/mod/mod_systemd.xml.fr diff --git a/docs/manual/mod/mod_systemd.xml b/docs/manual/mod/mod_systemd.xml new file mode 100644 index 00000000000..9d53e0cf9bc --- /dev/null +++ b/docs/manual/mod/mod_systemd.xml @@ -0,0 +1,46 @@ + + + + + + + + + +mod_systemd +Provides better support for systemd integration +Extension +mod_systemd.c +systemd_module +Available in Apache 2.4.42 and later + + +

This module provides support for systemd integration. It allows + httpd to be used in a service with the systemd + Type=notify (see systemd.service(5) + for more information). The module is activated if loaded.

+ +

ExtendedStatus is + enabled by default if the module is loaded. If ExtendedStatus is not disabled in + the configuration, run-time load and request statistics are made + available in the systemctl status output.

+
+ +
diff --git a/docs/manual/mod/mod_systemd.xml.fr b/docs/manual/mod/mod_systemd.xml.fr new file mode 100644 index 00000000000..6391def3b93 --- /dev/null +++ b/docs/manual/mod/mod_systemd.xml.fr @@ -0,0 +1,48 @@ + + + + + + + + + + +mod_systemd +Fournit un support amélioré pour l'intégration de systemd +Extension +mod_systemd.c +systemd_module + + +

Ce module implémente le support de l'intégration de systemd. Il + permet d'utiliser httpd en temps que service avec le paramètre de + systemd Type=notify (voir la page de manuel + systemd.service(5) + pour plus de détails). Le module est activé s'il est chargé.

+ +

ExtendedStatus est activé par défaut + si le module est chargé. Si ExtendedStatus n'est pas explicitement désactivé + dans le fichier de configuration, les statistiques à propos de la charge et + des requêtes pendant l'exécution apparaîtront dans la sortie de la commande + systemctl status.

+
+ +
-- 2.47.3