From: Stefan Fritsch syslog
protokolliert wird.
Beschreibung: | Override the verbosity of the ErrorLog for certain clients |
---|---|
Syntax: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
Voreinstellung: | unset |
Kontext: | Serverkonfiguration, Virtual Host |
Status: | Core |
Modul: | core |
Kompatibilität: | Available in Apache HTTP Server 2.5.0 and later |
Die Dokumentation zu dieser Direktive wurde + noch nicht übersetzt. Bitte schauen Sie in die englische + Version.
LogLevel
Beschreibung: | Warn from configuration parsing with a custom message |
---|---|
Syntax: | Warning message |
Kontext: | Serverkonfiguration, Virtual Host, Verzeichnis, .htaccess |
Status: | Core |
Modul: | core |
Kompatibilität: | 2.5 and later |
Die Dokumentation zu dieser Direktive wurde + noch nicht übersetzt. Bitte schauen Sie in die englische + Version.
Verfügbare Sprachen: de | diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 4a8eb4a00c..4f84fa3c8c 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -85,6 +85,7 @@ available
LogLevelOverride
directive,
+ though.
Description: | Override the verbosity of the ErrorLog for certain clients |
---|---|
Syntax: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
Default: | unset |
Context: | server config, virtual host |
Status: | Core |
Module: | core |
Compatibility: | Available in Apache HTTP Server 2.5.0 and later |
LogLevelOverride
adjusts the
+ LogLevel
for requests coming from
+ certain client IP addresses.
+ This allows to enable verbose logging only for certain test clients.
+ The IP address is checked at a very early state in the connection
+ processing. Therefore, LogLevelOverride
allows to
+ change the log level for things like the SSL handshake which happen before
+ a LogLevel
directive in an
+ <If>
container would
+ be evaluated.
LogLevelOverride
accepts either a single
+ IP-address or a CIDR IP-address/len subnet specification.
+ For the syntax of the loglevel specification, see the
+ LogLevel
directive.
For requests that match a LogLevelOverride
+ directive, per-directory specifications of
+ LogLevel
are ignored.
Examples:
+ ++ LogLevelOverride 192.0.2.0/24 ssl:trace6 + LogLevelOverride 192.0.2.7 ssl:trace8 ++ + +
LogLevelOverride
only affects
+ log messages that are associated with the request or the connection.
+ Log messages which are associated with the server not affected.
+ LogLevel
Description: | Warn from configuration parsing with a custom message |
---|---|
Syntax: | Warning message |
Context: | server config, virtual host, directory, .htaccess |
Status: | Core |
Module: | core |
Compatibility: | 2.5 and later |
If an issue can be detected from within the configuration, this + directive can be used to generate a custom warning message. The + configuration parsing is not halted. The typical use it to check + whether some user define options are set, and warn if not.
+ ++# Example +# tell when ReverseProxy is not set +<IfDefine !ReverseProxy> + Warning "reverse proxy is not started, hope this is okay!" +</IfDefine> + +<IfDefine ReverseProxy> + # define custom proxy configuration +</IfDefine> ++ + +
Descripción: | Override the verbosity of the ErrorLog for certain clients |
---|---|
Sintaxis: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
Valor por defecto: | unset |
Contexto: | server config, virtual host |
Estado: | Core |
Módulo: | core |
Compatibilidad: | Available in Apache HTTP Server 2.5.0 and later |
The documentation for this directive has + not been translated yet. Please have a look at the English + version.
LogLevel
Descripción: | Warn from configuration parsing with a custom message |
---|---|
Sintaxis: | Warning message |
Contexto: | server config, virtual host, directory, .htaccess |
Estado: | Core |
Módulo: | core |
Compatibilidad: | 2.5 and later |
The documentation for this directive has + not been translated yet. Please have a look at the English + version.
Idiomas disponibles: de | diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 3383eda6e8..7825391fab 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -87,6 +87,7 @@ disponibles
Description: | Override the verbosity of the ErrorLog for certain clients |
---|---|
Syntaxe: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
Défaut: | unset |
Contexte: | configuration du serveur, serveur virtuel |
Statut: | Core |
Module: | core |
Compatibilité: | Available in Apache HTTP Server 2.5.0 and later |
La documentation de cette directive + n'a pas encore t traduite. Veuillez vous reporter la version + en langue anglaise.
LogLevel
Description: | Warn from configuration parsing with a custom message |
---|---|
Syntaxe: | Warning message |
Contexte: | configuration du serveur, serveur virtuel, répertoire, .htaccess |
Statut: | Core |
Module: | core |
Compatibilité: | 2.5 and later |
La documentation de cette directive + n'a pas encore t traduite. Veuillez vous reporter la version + en langue anglaise.
Langues Disponibles: de | diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 15f054803c..1971d69252 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -88,6 +88,7 @@
説æ: | Override the verbosity of the ErrorLog for certain clients |
---|---|
æ§æ: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
ããã©ã«ã: | unset |
ã³ã³ããã¹ã: | ãµã¼ãè¨å®ãã¡ã¤ã«, ãã¼ãã£ã«ãã¹ã |
ã¹ãã¼ã¿ã¹: | Core |
ã¢ã¸ã¥ã¼ã«: | core |
äºææ§: | Available in Apache HTTP Server 2.5.0 and later |
ãã®ãã£ã¬ã¯ãã£ãã®è§£èª¬ææ¸ã¯ + ã¾ã 翻訳ããã¦ãã¾ãããè±èªçãã覧ãã ããã +
LogLevel
説æ: | Warn from configuration parsing with a custom message |
---|---|
æ§æ: | Warning message |
ã³ã³ããã¹ã: | ãµã¼ãè¨å®ãã¡ã¤ã«, ãã¼ãã£ã«ãã¹ã, ãã£ã¬ã¯ããª, .htaccess |
ã¹ãã¼ã¿ã¹: | Core |
ã¢ã¸ã¥ã¼ã«: | core |
äºææ§: | 2.5 and later |
ãã®ãã£ã¬ã¯ãã£ãã®è§£èª¬ææ¸ã¯ + ã¾ã 翻訳ããã¦ãã¾ãããè±èªçãã覧ãã ããã +
翻訳æ¸ã¿è¨èª: de | diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index cd9c796243..240c53726e 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -86,6 +86,7 @@
Açıklama: | Override the verbosity of the ErrorLog for certain clients |
---|---|
Sözdizimi: | LogLevel ipaddress[/prefixlen]
+ [module:]level [module:level] ...
+ |
Ãntanımlı: | unset |
BaÄlam: | sunucu geneli, sanal konak |
Durum: | Ãekirdek |
Modül: | core |
Uyumluluk: | Available in Apache HTTP Server 2.5.0 and later |
Bu yönergenin belgesi henüz Türkçeye çevrilmedi. + Lütfen İngilizce sürümüne bakınız.
LogLevel
Açıklama: | Warn from configuration parsing with a custom message |
---|---|
Sözdizimi: | Warning message |
BaÄlam: | sunucu geneli, sanal konak, dizin, .htaccess |
Durum: | Ãekirdek |
Modül: | core |
Uyumluluk: | 2.5 and later |
Bu yönergenin belgesi henüz Türkçeye çevrilmedi. + Lütfen İngilizce sürümüne bakınız.
Mevcut Diller: de | diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 81811ebf8d..b779e0c14a 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 8e0f82f23c..1ecef23e05 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +