From: Igor Galić Date: Wed, 23 Nov 2011 12:25:00 +0000 (+0000) Subject: rebuild markup X-Git-Tag: 2.5.0-alpha~7826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00225ba565897ffc4b109dab12ae47ee29d557e3;p=thirdparty%2Fapache%2Fhttpd.git rebuild markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 37b135c79c6..d91b005f439 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 5d7c6e61b35..f399c4332d0 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 e50bb1d2b90..80837b07043 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 48f3ad8b2ca..1f3b6537ee3 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + +