From 0c84f5e556a841b02e8902bcb6a7a62704671f14 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Thu, 1 Dec 2011 12:57:59 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209062 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 3 + docs/manual/mod/core.html.en | 51 ++-- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/directives.html.en | 1 + docs/manual/mod/index.html.en | 6 +- docs/manual/mod/mod_autoindex.html.en | 17 +- docs/manual/mod/mod_autoindex.xml.ja | 2 +- docs/manual/mod/mod_autoindex.xml.ko | 2 +- docs/manual/mod/mod_autoindex.xml.tr | 2 +- docs/manual/mod/mod_cache.html.en | 8 +- docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/mod_log_config.html.en | 73 +++--- docs/manual/mod/mod_log_config.xml.ja | 2 +- docs/manual/mod/mod_log_config.xml.ko | 2 +- docs/manual/mod/mod_log_config.xml.tr | 2 +- docs/manual/mod/mod_remoteip.html.en | 72 +++--- docs/manual/mod/mod_rewrite.html.en | 15 ++ docs/manual/mod/mod_session_crypto.html.en | 29 +++ docs/manual/mod/quickreference.html.en | 257 +++++++++++---------- 22 files changed, 309 insertions(+), 245 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 6e541d4c20..953adbf825 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -223,6 +223,9 @@ listfunction ::= listfuncname "(" word ")" CONN_LOG_ID The error log id of the connection (see ErrorLogFormat) +CONN_REMOTE_ADDR + The peer IP address of the connection (see the + mod_remoteip module)

Misc variables

diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 6ca34030cc..4c46292e29 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1423,57 +1423,60 @@ in case of an error %% The percent sign %a - Remote IP-address and port -%A + Client IP address and port of the request +%{c}a + Underlying peer IP address and port of the connection (see the + mod_remoteip module) +%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 +%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. - (backslash space) + (backslash space) Non-field delimiting space - (percent space) + (percent space) Field delimiter (no output) diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index e8bc5435e3..4d6f5cd462 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + + +