From: Andre Malo
Date: Fri, 24 Jan 2014 08:35:36 +0000 (+0000)
Subject: table fixes.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bf39e859c1128bd7c2455d7dc7e5a4af94401b;p=thirdparty%2Fapache%2Fhttpd.git
table fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560918 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 698b3f1dae2..930bdd6d31b 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -463,7 +463,7 @@ listfunction ::= listfuncname "(" word ")"
Modules may register additional functions.
-
+
| Name | Description | Restricted |
req, http |
diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml
index bc40f3b5126..01895f2c35c 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.
+
- | Packet Format (Server->Container) |
+ Packet Format (Server->Container) |
- | Byte |
+ Byte |
0 |
1 |
2 |
@@ -205,7 +206,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
4...(n+3) |
- | Contents |
+ Contents |
0x12 |
0x34 |
Data Length (n) |
@@ -213,11 +214,12 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
+
- | Packet Format (Container->Server) |
+ Packet Format (Container->Server) |
- | Byte |
+ Byte |
0 |
1 |
2 |
@@ -225,7 +227,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
4...(n+3) |
- | Contents |
+ Contents |
A |
B |
Data Length (n) |
@@ -240,6 +242,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
The web server can send the following messages to the servlet
container:
+
| Code |
Type of Packet |
@@ -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: