From: André Malo Die Dokumentation zu dieser Direktive wurde
noch nicht übersetzt. Bitte schauen Sie in die englische
Version. The documentation for this directive has
not been translated yet. Please have a look at the English
version.Kontext: Serverkonfiguration, Virtual Host Status: Core
-Modul: core Kompatibilität: 2.4.10 and later Contexto: server config, virtual host Estado: Core
-Módulo: core Compatibilidad: 2.4.10 and later
Description: | Fonctionnalités de base du serveur HTTP Apache toujours disponibles |
---|---|
Statut: | Core |
ãã®ãã£ã¬ã¯ãã£ãã®è§£èª¬ææ¸ã¯ ã¾ã 翻訳ããã¦ãã¾ãããè±èªçãã覧ãã ããã
diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 07ecb2efe2..a2c452070b 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -3112,7 +3112,6 @@ uygulanır.Bu yönergenin belgesi henüz Türkçeye çevrilmedi. Lütfen İngilizce sürümüne bakınız.
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 7fbc5a6f3b..f9b402106d 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index feb8184b03..50994b3dec 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + +Apache HTTP Server Version 2.5
+Available Languages: en
+Description: | Provides better support for systemd integration |
---|---|
Status: | Extension |
Module Identifier: | systemd_module |
Source File: | mod_systemd.c |
This module provides support for systemd integration. It allows
+ starting httpd as a service with systemd Type=notify
+ (see systemd.service(5) manual page for more information). It also
+ provides statistics in systemctl status
output and adds
+ various directives useful for systemd integration.
+
Description: | Enable shutting down the httpd when it is idle for some time. |
---|---|
Syntax: | IdleShutdown seconds |
Default: | IdleShutdown 0 |
Context: | server config |
Status: | Extension |
Module: | mod_systemd |
The IdleShutdown
directive enables shutting
+ down the httpd when it is idle for some time. The idleness is based on
+ bytes served, so if there are no bytes sent for some time defined by this
+ directive, httpd will shutdown. By default, IdleShutdown is set to 0
+ meaning this feature is disabled.
+
This feature is useful in a combination with systemd socket activation + (see systemd.socket(5) manual page). When httpd is started by systemd on + some request, using this directive you can stop the httpd automatically + when all the requests are served. +
+ +
+ Because of implementation details, idleness is checked only every 10
+ seconds. That means that if you specify IdleShutdown 14
,
+ httpd will stop itself after 20 seconds of idleness.
+
Available Languages: en
+