From: Vincent Bray
Date: Sat, 12 Apr 2008 11:14:08 +0000 (+0000)
Subject: Update transformations
X-Git-Tag: 2.3.0~729
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531b6d3f376758adb4ce5617fa4b248786f66cb8;p=thirdparty%2Fapache%2Fhttpd.git
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647426 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml
index dd6203a2dde..789584eaa0d 100644
--- a/docs/manual/mod/allmodules.xml
+++ b/docs/manual/mod/allmodules.xml
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de
index 0a958e6bf89..f9d12a6ad83 100644
--- a/docs/manual/mod/allmodules.xml.de
+++ b/docs/manual/mod/allmodules.xml.de
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es
index dcf6b9aa3ab..150cb6dad73 100644
--- a/docs/manual/mod/allmodules.xml.es
+++ b/docs/manual/mod/allmodules.xml.es
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja
index 935fc82b3a0..8d02a234a71 100644
--- a/docs/manual/mod/allmodules.xml.ja
+++ b/docs/manual/mod/allmodules.xml.ja
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko
index 4fdb0cdb40a..1c3791a6f5a 100644
--- a/docs/manual/mod/allmodules.xml.ko
+++ b/docs/manual/mod/allmodules.xml.ko
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr
index d40c91e7684..466f9227b47 100644
--- a/docs/manual/mod/allmodules.xml.tr
+++ b/docs/manual/mod/allmodules.xml.tr
@@ -66,6 +66,7 @@
mod_proxy_connect.xml
mod_proxy_ftp.xml
mod_proxy_http.xml
+ mod_request.xml
mod_rewrite.xml
mod_session.xml
mod_session_cookie.xml
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 44dbdb97cc7..013cb7c57c7 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -60,7 +60,6 @@ available
Include
KeepAlive
KeepAliveTimeout
-
KeptBodySize
<Limit>
<LimitExcept>
LimitInternalRecursion
@@ -1584,65 +1583,6 @@ requests on a persistent connection
higher the timeout, the more server processes will be kept
occupied waiting on connections with idle clients.
-
-
-
-
-Description: | Keep the request body instead of discarding it up to
-the specified maximum size, for potential use by filters such as
-mod_include. |
-Syntax: | KeptBodySize maximum size in bytes |
-Default: | KeptBodySize 0 |
-Context: | directory |
-Status: | Core |
-Module: | core |
-
-
Under normal circumstances, request handlers such as the
- default handler for static files will discard the request body
- when it is not needed by the request handler. As a result,
- filters such as mod_include are limited to making GET
requests
- only when including other URLs as subrequests, even if the
- original request was a POST
request, as the discarded
- request body is no longer available once filter processing is
- taking place.
-
-
When this directive has a value greater than zero, request
- handlers that would otherwise discard request bodies will
- instead set the request body aside for use by filters up to
- the maximum size specified. In the case of the mod_include
- filter, an attempt to POST
a request to the static
- shtml file will cause any subrequests to be POST
- requests, instead of GET
requests as before.
-
-
This feature makes it possible to break up complex web pages and
- web applications into small individual components, and combine
- the components and the surrounding web page structure together
- using mod_include
. The components can take the
- form of CGI programs, scripted languages, or URLs reverse proxied
- into the URL space from another server using
- mod_proxy
.
-
-
Note: Each request set aside has to be set
- aside in temporary RAM until the request is complete. As a result,
- care should be taken to ensure sufficient RAM is available on the
- server to support the intended load. Use of this directive
- should be limited to where needed on targeted parts of your
- URL space, and with the lowest possible value that is still big
- enough to hold a request body.
-
-
If the request size sent by the client exceeds the maximum
- size allocated by this directive, the server will return
- 413 Request Entity Too Large
.
-
-
Handlers such as mod_cgi
that consume request
- bodies for their own purposes rather than discard them do not take
- this directive into account.
-
-
-
See also
-

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index bee220cb4bc..d4650957376 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+