From 565380086d1b11e959e37e8f1594bdee3ec3f97b Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 31 Dec 2016 09:12:30 +0000 Subject: [PATCH] Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776709 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 48 +++++++++++++++------------- docs/manual/expr.xml.fr | 2 +- docs/manual/expr.xml.meta | 2 +- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/mod_rewrite.html.en | 18 +++++++++++ docs/manual/mod/mod_rewrite.xml.fr | 2 +- docs/manual/mod/mod_rewrite.xml.meta | 2 +- 11 files changed, 52 insertions(+), 32 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 058a8ec311..11c54e192c 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -196,70 +196,72 @@ listfunction ::= listfuncname "(" word ")"GET /index.html HTTP/1.1") REMOTE_ADDR The IP address of the remote host -REMOTE_HOST +REMOTE_PORT + The port of the remote host +REMOTE_HOST The host name of the remote host -REMOTE_USER +REMOTE_USER The name of the authenticated user, if any (not available during <If>) -REMOTE_IDENT +REMOTE_IDENT The user name set by mod_ident -SERVER_NAME +SERVER_NAME The ServerName of the current vhost -SERVER_PORT +SERVER_PORT The server port of the current vhost, see ServerName -SERVER_ADMIN +SERVER_ADMIN The ServerAdmin of the current vhost -SERVER_PROTOCOL +SERVER_PROTOCOL The protocol used by the request (e.g. HTTP/1.1). In some types of internal subrequests, this variable has the value INCLUDED. -SERVER_PROTOCOL_VERSION +SERVER_PROTOCOL_VERSION A number that encodes the HTTP version of the request: 1000 * major + minor. For example, 1001 corresponds to HTTP/1.1 and 9 corresponds to HTTP/0.9 -SERVER_PROTOCOL_VERSION_MAJOR +SERVER_PROTOCOL_VERSION_MAJOR The major version part of the HTTP version of the request, e.g. 1 for HTTP/1.0 -SERVER_PROTOCOL_VERSION_MINOR +SERVER_PROTOCOL_VERSION_MINOR The minor version part of the HTTP version of the request, e.g. 0 for HTTP/1.0 -DOCUMENT_ROOT +DOCUMENT_ROOT The DocumentRoot of the current vhost -AUTH_TYPE +AUTH_TYPE The configured AuthType (e.g. "basic") -CONTENT_TYPE +CONTENT_TYPE The content type of the response (not available during <If>) -HANDLER +HANDLER The name of the handler creating the response -HTTP2 +HTTP2 "on" if the request uses http/2, "off" otherwise -HTTPS +HTTPS "on" if the request uses https, "off" otherwise -IPV6 +IPV6 "on" if the connection uses IPv6, "off" otherwise -REQUEST_STATUS +REQUEST_STATUS The HTTP error status of the request (not available during <If>) -REQUEST_LOG_ID +REQUEST_LOG_ID The error log id of the request (see ErrorLogFormat) -CONN_LOG_ID +CONN_LOG_ID The error log id of the connection (see ErrorLogFormat) -CONN_REMOTE_ADDR +CONN_REMOTE_ADDR The peer IP address of the connection (see the mod_remoteip module) -CONTEXT_PREFIX +CONTEXT_PREFIX -CONTEXT_DOCUMENT_ROOT +CONTEXT_DOCUMENT_ROOT diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 9a244980cb..c401bc9a47 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a5..ea324a8bb2 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 04c1dcff33..596389b638 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 0c4a65bcf3..e877dc8c1d 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e..0be21e86f4 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.50.1