From 7893d3f5edb97c0d6c78df844160f955bb069eaa Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 29 Oct 2010 14:42:15 +0000 Subject: [PATCH] Correct context for LimitRequest*, as per bug 7741 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028776 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 +++--- docs/manual/mod/core.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 29eb9590db..e40936ec38 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2038,7 +2038,7 @@ from the client will be accepted from the client Syntax:LimitRequestFields number Default:LimitRequestFields 100 -Context:server config +Context:server config, virtual host Status:Core Module:core @@ -2080,7 +2080,7 @@ will be accepted from the client client Syntax:LimitRequestFieldSize bytes Default:LimitRequestFieldSize 8190 -Context:server config +Context:server config, virtual host Status:Core Module:core @@ -2119,7 +2119,7 @@ client from the client Syntax:LimitRequestLine bytes Default:LimitRequestLine 8190 -Context:server config +Context:server config, virtual host Status:Core Module:core diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index da653ddbf7..5db9fbca2d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2036,7 +2036,7 @@ from the client will be accepted from the client LimitRequestFields number LimitRequestFields 100 -server config +server configvirtual host

Number is an integer from 0 (meaning unlimited) to @@ -2077,7 +2077,7 @@ will be accepted from the client client LimitRequestFieldSize bytes LimitRequestFieldSize 8190 -server config +server configvirtual host

This directive specifies the number of bytes @@ -2115,7 +2115,7 @@ client from the client LimitRequestLine bytes LimitRequestLine 8190 -server config +server configvirtual host

This directive sets the number of bytes that will be -- 2.40.0