From f346896e2cd08d5dda3f2f4f8ea0e809169585d6 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 20 Sep 2011 11:31:09 +0000 Subject: Rebuild HTML transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173087 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 70 ++++++++++++++++----------- docs/manual/mod/core.xml | 2 +- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.zh-cn | 2 +- 8 files changed, 50 insertions(+), 34 deletions(-) (limited to 'docs/manual') diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 620072afd7..83ecc5e2d6 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1364,7 +1364,7 @@ in case of an error

Specifying connection or request as first parameter allows to specify additional formats, causing additional information to be logged when the first message is logged for a specific - connection or request, respectivly. This additional information is only + connection or request, respectively. This additional information is only logged once per connection/request. If a connection or request is processed without causing any log message, the additional information is not logged either.

@@ -1373,7 +1373,7 @@ in case of an error example, the Referer header is only present if the log message is associated to a request and the log message happens at a time when the Referer header has already been read from the client. If no output is - produced, the default behaviour is to delete everything from the preceeding + produced, the default behavior is to delete everything from the preceeding space character to the next space character. This means the log line is implicitly divided into fields on non-whitespace to whitespace transitions. If a format string item does not produce output, the whole field is @@ -1384,7 +1384,7 @@ in case of an error (percent space) is a zero-witdh field delimiter that does not produce any output.

-

The above behaviour can be changed by adding modifiers to the format +

The above behavior can be changed by adding modifiers to the format string item. A - (minus) modifier causes a minus to be logged if the respective item does not produce any output. In once-per-connection/request formats, it is also possible to use the + (plus) modifier. If an @@ -1396,57 +1396,73 @@ in case of an error message is not higher than the specified log severity level. The number can range from 1 (alert) over 4 (warn) and 7 (debug) to 15 (trace8).

+ + + + + + + + + + + + + +
Modified TokenMeaning
%-{Referer}iLogs a - if Referer is not set.
%+{Referer}iOmits the entire line if Referer is not set.
%4{Referer}iLogs the Referer only if the log message severity + is higher than 4.
+

Some format string items accept additional parameters in braces.

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -2007,7 +2023,7 @@ wildcard matching available in 2.3.6 and laterfail with an error saying the directory cannot be found.

-

For further control over the behaviour of the server when no files or +

For further control over the behavior of the server when no files or directories match, prefix the path with the modifiers optional or strict. If optional is specified, any wildcard file or directory that does not match will be silently ignored. If @@ -3995,7 +4011,7 @@ handler

Note

Because SetHandler overrides default handlers, - normal behaviour such as handling of URLs ending in a slash (/) as + normal behavior such as handling of URLs ending in a slash (/) as directories or index files is suppressed.

See also

@@ -4108,7 +4124,7 @@ certain events before failing a request
top

TraceEnable Directive

Format String Description
%% The percent sign
%...a
%a Remote IP-address and port
%...A
%A Local IP-address and port
%...{name}e
%{name}e Request environment variable name
%...E
%E APR/OS error status code and string
%...F
%F Source file name and line number of the log call
%...{name}i
%{name}i Request header name
%...k
%k Number of keep-alive requests on this connection
%...l
%l Loglevel of the message
%...L
%L Log ID of the request
%...{c}L
%{c}L Log ID of the connection
%...{C}L
%{C}L Log ID of the connection if used in connection scope, empty otherwise
%...m
%m Name of the module logging the message
%M The actual log message
%...{name}n
%{name}n Request note name
%...P
%P Process ID of current process
%...T
%T Thread ID of current thread
%...{g}T
%{g}T System unique thread ID of current thread (the same ID as displayed by e.g. top; currently Linux only)
%...t
%t The current time
%...{u}t
%{u}t The current time including micro-seconds
%...{cu}t
%{cu}t The current time in compact ISO 8601 format, including micro-seconds
%...v
%v The canonical ServerName of the current server.
%...V
%V The server name of the server serving the request according to the UseCanonicalName setting.
- + diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4de06cb85a..2abdae0890 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4104,7 +4104,7 @@ certain events before failing a requestDetermines the behavior on TRACE requestsTraceEnable [on|off|extended]TraceEnable on -contextlist>server configvirtual host +server configvirtual hostAvailable in Apache HTTP Server 1.3.34, 2.0.55 and later diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 25e563c915..76c8e53a36 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + +
Description:Determines the behaviour on TRACE requests
Description:Determines the behavior on TRACE requests
Syntax:TraceEnable [on|off|extended]
Default:TraceEnable on
Context:server config, virtual host