From: André Malo
Date: Thu, 30 Jan 2014 16:40:35 +0000 (+0000)
Subject: fix halting latex run
X-Git-Tag: 2.2.27~63
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2602f86df977db0f65b0c1647d4a74686054597d;p=thirdparty%2Fapache%2Fhttpd.git
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
---
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 00000000000..c1b1150602a
Binary files /dev/null and b/docs/manual/images/mod_filter_old.png differ
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: