From: Andre Malo
MaxRangeOverlaps
MaxRangeReversals
MaxRanges
MergeTrailers
Mutex
NameVirtualHost
Options
| Beschreibung: | Determins whether trailers are merged into headers |
|---|---|
| Syntax: | MergeTrailers [on|off] |
| Voreinstellung: | MergeTrailers off |
| Kontext: | Serverkonfiguration, Virtual Host |
| Status: | Core |
| Modul: | core |
| Kompatibilität: | 2.4.10 and later |
Die Dokumentation zu dieser Direktive wurde + noch nicht übersetzt. Bitte schauen Sie in die englische + Version.
| Beschreibung: | Configures mutex mechanism and lock file directory for all diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 86c4a2dd987..f9beda9bc18 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -90,6 +90,7 @@ available |
|---|
| Description: | Determins whether trailers are merged into headers |
|---|---|
| Syntax: | MergeTrailers [on|off] |
| Default: | MergeTrailers off |
| Context: | server config, virtual host |
| Status: | Core |
| Module: | core |
| Compatibility: | 2.4.10 and later |
This directive controls whether HTTP trailers are copied into the + internal representation of HTTP headers. This mergeing occurs when the + request body has been completely consumed, long after most header + processing would have a chance to examine or modify request headers.
+This option is provided for compatibility with releases prior to 2.4.10, + where trailers were always merged.
+
MaxRangeOverlaps
MaxRangeReversals
MaxRanges
MergeTrailers
Mutex
NameVirtualHost
Options| Descripción: | Determins whether trailers are merged into headers |
|---|---|
| Sintaxis: | MergeTrailers [on|off] |
| Valor por defecto: | MergeTrailers off |
| Contexto: | server config, virtual host |
| Estado: | Core |
| Módulo: | core |
| Compatibilidad: | 2.4.10 and later |
The documentation for this directive has + not been translated yet. Please have a look at the English + version.
| Descripción: | Configures mutex mechanism and lock file directory for all
diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr
index 80632e2f59e..1bf8754e6b7 100644
--- a/docs/manual/mod/core.html.fr
+++ b/docs/manual/mod/core.html.fr
@@ -31,6 +31,8 @@
ja |
tr
+ Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
|
|---|
| Description: | Determins whether trailers are merged into headers |
|---|---|
| Syntaxe: | MergeTrailers [on|off] |
| Défaut: | MergeTrailers off |
| Contexte: | configuration du serveur, serveur virtuel |
| Statut: | Core |
| Module: | core |
| Compatibilité: | 2.4.10 and later |
La documentation de cette directive + n'a pas encore t traduite. Veuillez vous reporter la version + en langue anglaise.
| Description: | Définit les mécanismes de mutex et le repertoire du fichier
diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8
index ad81afbd296..9efa0f243ea 100644
--- a/docs/manual/mod/core.html.ja.utf8
+++ b/docs/manual/mod/core.html.ja.utf8
@@ -93,6 +93,7 @@
MaxRangeOverlaps MaxRangeReversals MaxRanges MergeTrailers Mutex NameVirtualHost Options |
|---|
| 説æ: | Determins whether trailers are merged into headers |
|---|---|
| æ§æ: | MergeTrailers [on|off] |
| ããã©ã«ã: | MergeTrailers off |
| ã³ã³ããã¹ã: | ãµã¼ãè¨å®ãã¡ã¤ã«, ãã¼ãã£ã«ãã¹ã |
| ã¹ãã¼ã¿ã¹: | Core |
| ã¢ã¸ã¥ã¼ã«: | core |
| äºææ§: | 2.4.10 and later |
ãã®ãã£ã¬ã¯ãã£ãã®è§£èª¬ææ¸ã¯ + ã¾ã 翻訳ããã¦ãã¾ãããè±èªçãã覧ãã ããã +
| 説æ: | Configures mutex mechanism and lock file directory for all
diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8
index e1994937b1b..07ecb2efe24 100644
--- a/docs/manual/mod/core.html.tr.utf8
+++ b/docs/manual/mod/core.html.tr.utf8
@@ -91,6 +91,7 @@
MaxRangeOverlaps MaxRangeReversals MaxRanges MergeTrailers Mutex NameVirtualHost Options |
|---|
| Açıklama: | Determins whether trailers are merged into headers |
|---|---|
| Sözdizimi: | MergeTrailers [on|off] |
| Ãntanımlı: | MergeTrailers off |
| BaÄlam: | sunucu geneli, sanal konak |
| Durum: | Ãekirdek |
| Modül: | core |
| Uyumluluk: | 2.4.10 and later |
Bu yönergenin belgesi henüz Türkçeye çevrilmedi. + Lütfen İngilizce sürümüne bakınız.
| Açıklama: | Muteks mekanizmasını ve kilit dosyası dizinini tüm muteksler veya belirtilenler için yapılandırır |
|---|
| Description: | Provides "journald" ErrorLog provider |
|---|---|
| Status: | Extension |
| Module Identifier: | journald_module |
| Source File: | mod_journald.c |
This module provides "journald" ErrorLog provider. It allows logging + error messages and CustomLog/TransferLog via systemd-journald(8).
+Systemd-journald allows structured logging and therefore it is + possible to filter logged messages according to various variables. + Currently supported variables are: +
+LOGREQUEST_HOSTNAMEREQUEST_USERREQUEST_USERAGENT_IPREQUEST_URISERVER_HOSTNAMEThese variables can be for example used to show only log messages
+ for particular URI using journalctl:
+
journalctl REQUEST_URI=/index.html -a+ + +
For more examples, see systemd-journalctl documentation.
+Using journald in ErrorLog directive (see core)
+ instead of a filename enables logging via systemd-journald(8)
+ if the system supports it.
+
ErrorLog journald+ + +
| Description: | Enable logging of CustomLog/TransferLog to systemd-journald |
|---|---|
| Syntax: | JournaldCustomLog on|off |
| Default: | JournaldCustomLog off |
| Context: | server config |
| Status: | Extension |
| Module: | mod_journald |
The JournaldCustomLog directive enables logging
+ of CustomLog and TransferLog messages to systemd-journald.
+
+ Currently, systemd-journald is not designed for high-throughput logging + and logging access_log to systemd-journald could decrease the performance + a lot. +
Available Languages: en
+