From df813db517ccf241ccb0f9474e0987af4ceaaad7 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Thu, 17 Apr 2008 16:03:35 +0000 Subject: [PATCH] Meta-file link fix courtesy of Takashi Sato git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649163 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_request.html.en | 30 ++++++++++++++--------------- docs/manual/mod/mod_request.xml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/manual/mod/mod_request.html.en b/docs/manual/mod/mod_request.html.en index f28236f0e0..78e24ca4af 100644 --- a/docs/manual/mod/mod_request.html.en +++ b/docs/manual/mod/mod_request.html.en @@ -6,33 +6,33 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> request_body - Apache HTTP Server - - - - + + + + -
<-
+ +
<-
-Apache > HTTP Server > Documentation > Version 2.3 > Modules
+Apache > HTTP Server > Documentation > Version 2.3 > Modules

Apache Core Features

-

Available Languages:

+

Available Languages:  en 

Description:Filters to handle and make available HTTP request bodies
Status:Core

Directives

-
top
+
top

KeptBodySize Directive

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 + 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.

+ mod_proxy.

Note: Each request set aside has to be set aside in temporary RAM until the request is complete. As a result, @@ -90,8 +90,8 @@ mod_include.

-

Available Languages:

+

Available Languages:  en 

+ \ No newline at end of file diff --git a/docs/manual/mod/mod_request.xml b/docs/manual/mod/mod_request.xml index 088f29c429..326fd79ab6 100644 --- a/docs/manual/mod/mod_request.xml +++ b/docs/manual/mod/mod_request.xml @@ -20,7 +20,7 @@ limitations under the License. --> - + request_body Filters to handle and make available HTTP request bodies -- 2.40.0
Description:Keep the request body instead of discarding it up to @@ -64,10 +64,10 @@ mod_include.