From 00225ba565897ffc4b109dab12ae47ee29d557e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Wed, 23 Nov 2011 12:25:00 +0000 Subject: [PATCH] rebuild markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205381 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/new_api_2_4.html.en | 2 + docs/manual/expr.html.en | 3 + docs/manual/mod/core.html.en | 49 ++--- 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.xml.ja | 2 +- docs/manual/mod/mod_autoindex.xml.ko | 2 +- docs/manual/mod/mod_autoindex.xml.tr | 2 +- docs/manual/mod/mod_include.html.en | 46 +---- docs/manual/mod/mod_include.xml.ja | 2 +- docs/manual/mod/mod_log_config.html.en | 71 ++++---- 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 | 27 ++- docs/manual/mod/mod_session.html.en | 5 + docs/manual/mod/quickreference.html.en | 211 +++++++++++----------- docs/manual/sitemap.html.de | 204 +-------------------- 21 files changed, 207 insertions(+), 438 deletions(-) diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 37b135c79c..d91b005f43 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -127,6 +127,8 @@
  • New function ap_get_server_name_for_url to support ipv6 literals.
  • New function ap_register_errorlog_handler to register errorlog format string handlers.
  • +
  • Arguments of error_log hook have changed. Declaration has moved to + http_core.h.
  • New function ap_state_query to determine if the server is in the initial configuration preflight phase or not. This is both easier to use and more correct than the old method of creating a pool userdata diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 5d7c6e61b3..f399c4332d 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 raw IP address of the remote host (see the + mod_remoteip module)

    Misc variables

    diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index e50bb1d2b9..80837b0704 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1424,56 +1424,59 @@ in case of an error The percent sign %a Remote IP-address and port -%A +%{c}a + Actual remote IP-address and port (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 48f3ad8b2c..1f3b6537ee 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + +