From 2602f86df977db0f65b0c1647d4a74686054597d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Thu, 30 Jan 2014 16:40:35 +0000
Subject: [PATCH] fix halting latex run
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1562888 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/developer/API.xml | 1 -
docs/manual/images/mod_filter_old.png | Bin 0 -> 738 bytes
docs/manual/mod/mod_alias.xml | 4 +++-
docs/manual/mod/mod_proxy_ajp.xml | 16 ++++++++++------
4 files changed, 13 insertions(+), 8 deletions(-)
create mode 100644 docs/manual/images/mod_filter_old.png
diff --git a/docs/manual/developer/API.xml b/docs/manual/developer/API.xml
index 6af161ce77f..f9c7bf6cd9c 100644
--- a/docs/manual/developer/API.xml
+++ b/docs/manual/developer/API.xml
@@ -387,7 +387,6 @@ int method_number; /* M_GET, M_POST, etc. */
void *per_dir_config; /* Options set in config files, etc. */
void *request_config; /* Notes on *this* request */
-
};
diff --git a/docs/manual/images/mod_filter_old.png b/docs/manual/images/mod_filter_old.png
new file mode 100644
index 0000000000000000000000000000000000000000..c1b1150602ac5e176353a081ffd0c8a3c4efebba
GIT binary patch
literal 738
zc-rd>@N?(olHy`uVBq!ia0vp^3m6y}%@~=1tUI3EEkKGT-O<;Pfnj4m_n$;oAYUQb
zBgmJ5p-PQ`p#doW3n~bp9zgaRPZ!6Kh{JDZ?9Dr5AaML`jftezBcoCWm8k;N=51YVoXhN-
z+wB;V+1ofmm-1g?KgsZ(QHwcwSL&kD29vUyiA;ISnmZZi*WLJMJ$?6N(Ux<^uLvy6
zd#vOd+fo(vq{61eRU#e1p)Fns2f^&s!wVdbQ7*I`21M
z+rqTg;`;}^1S>VazDfJKUTa;DzQ^2WmtztboyxjaIey8mmf3Tg@BAH?dTXgSSJK|F
z@W>qVYmR)|DffG)mSreA9hghx<)(P<5p67Ax1
zPUY;fVWKTxGM3m!ubFev`4XGPmcM0xZ%N)Sny_Q-u9rRe6*uC8c9d0Ebfi^f{&4x8
zl323j-|wqhGM0BNg}W24ZSEG}k(EgKP}-o+S93JM=s+g3n#7E*giD8BuKjg;qBhHh
zln0NPP7CPW2)boH-*Khyl46r)U?Na0ag8Ve8kTC6T$Bo=7>o=IO>_+mb&U)|49%=e
z&8-X!wG9ld3=FJ~tY|>dkei>9nN|tXV5nwO
literal 0
Hc-jL100001
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index f2536280f61..2b59619e7b4 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -125,7 +125,9 @@ href="../URLmapping.html">Mapping URLs to the filesystem
URL-path then the server will require a trailing / in
order to expand the alias. That is, if you use
- Alias /icons/ /usr/local/apache/icons/
+
+ Alias /icons/ /usr/local/apache/icons/
+
then the URL /icons
will not be aliased, as it lacks
that trailing /. Likewise, if you omit the slash on the
diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml
index 068a228cb45..6ff0deaef92 100644
--- a/docs/manual/mod/mod_proxy_ajp.xml
+++ b/docs/manual/mod/mod_proxy_ajp.xml
@@ -191,11 +191,12 @@
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 |
@@ -203,7 +204,7 @@
4...(n+3) |
- Contents |
+ Contents |
0x12 |
0x34 |
Data Length (n) |
@@ -211,11 +212,12 @@
+
- Packet Format (Container->Server) |
+ Packet Format (Container->Server) |
- Byte |
+ Byte |
0 |
1 |
2 |
@@ -223,7 +225,7 @@
4...(n+3) |
- Contents |
+ Contents |
A |
B |
Data Length (n) |
@@ -238,6 +240,7 @@
The web server can send the following messages to the servlet
container:
+
Code |
Type of Packet |
@@ -279,6 +282,7 @@
The servlet container can send the following types of messages to the
webserver:
+
Code |
Type of Packet |
--
2.47.2