From b1ce747989c31670f3bc6cf17cac19a859a68075 Mon Sep 17 00:00:00 2001
From: André Malo
Beschreibung: | Determins whether trailers are merged into headers |
---|---|
Syntax: | MergeTrailers [on|off] |
Voreinstellung: | MergeTrailers off |
Kontext: | Serverkonfiguration, Virtual Host |
Status: | Core |
Modul: | core |
Kompatibilitt: | 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 86c4a2dd98..f9beda9bc1 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.
+Descripcin: | Determins whether trailers are merged into headers |
---|---|
Sintaxis: | MergeTrailers [on|off] |
Valor por defecto: | MergeTrailers off |
Contexto: | server config, virtual host |
Estado: | Core |
Mdulo: | 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.
Descripcin: | 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 80632e2f59..1bf8754e6b 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 prime. Vrifiez la version
+ anglaise pour les changements rcents.
|
---|
Description: | Determins whether trailers are merged into headers |
---|---|
Syntaxe: | MergeTrailers [on|off] |
Dfaut: | 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: | Dfinit les mcanismes 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 ad81afbd29..9efa0f243e 100644
--- a/docs/manual/mod/core.html.ja.utf8
+++ b/docs/manual/mod/core.html.ja.utf8
@@ -93,6 +93,7 @@
|
---|
説明: | 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 e1994937b1..07ecb2efe2 100644
--- a/docs/manual/mod/core.html.tr.utf8
+++ b/docs/manual/mod/core.html.tr.utf8
@@ -91,6 +91,7 @@
|
---|
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 |
ModuleIdentifier: | journald_module |
SourceFile: | 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: +
+LOG
REQUEST_HOSTNAME
REQUEST_USER
REQUEST_USERAGENT_IP
REQUEST_URI
SERVER_HOSTNAME
These 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
+