From c030e071c69fcfcbfb5417113a64a20038947798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 24 Jan 2014 08:35:36 +0000 Subject: [PATCH] table fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560918 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 2 +- docs/manual/mod/mod_proxy_ajp.xml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 698b3f1dae..930bdd6d31 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -463,7 +463,7 @@ listfunction ::= listfuncname "(" word ")" Modules may register additional functions.

- + diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index bc40f3b512..01895f2c35 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -193,11 +193,12 @@ ProxyPassReverse /apps/foo http://www.example.com/foo suggest that the maximum payload could be as large as 2^16, in fact, the code sets the maximum to be 8K.

NameDescriptionRestricted
req, http
+ - + - + @@ -205,7 +206,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo - + @@ -213,11 +214,12 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
Packet Format (Server->Container)Packet Format (Server->Container)
ByteByte 0 1 24...(n+3)
ContentsContents 0x12 0x34 Data Length (n)
+ - + - + @@ -225,7 +227,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo - + @@ -240,6 +242,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo

The web server can send the following messages to the servlet container:

Packet Format (Container->Server)Packet Format (Container->Server)
ByteByte 0 1 24...(n+3)
ContentsContents A B Data Length (n)
+ @@ -281,6 +284,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo

The servlet container can send the following types of messages to the webserver:

Code Type of Packet
+ -- 2.40.0
Code Type of Packet