diff options
author | Rich Bowen <rbowen@apache.org> | 2010-10-29 16:42:15 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-10-29 16:42:15 +0200 |
commit | 7893d3f5edb97c0d6c78df844160f955bb069eaa (patch) | |
tree | 1cb63b0f332a3fe9672eb2425358f2939533c779 /docs/manual/mod/core.xml | |
parent | Add link to mod_log_config and BufferedLogs, as per (diff) | |
download | apache2-7893d3f5edb97c0d6c78df844160f955bb069eaa.tar.xz apache2-7893d3f5edb97c0d6c78df844160f955bb069eaa.zip |
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
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r-- | docs/manual/mod/core.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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</description> will be accepted from the client</description> <syntax>LimitRequestFields <var>number</var></syntax> <default>LimitRequestFields 100</default> -<contextlist><context>server config</context></contextlist> +<contextlist><context>server config</context><context>virtual host</context></contextlist> <usage> <p><var>Number</var> is an integer from 0 (meaning unlimited) to @@ -2077,7 +2077,7 @@ will be accepted from the client</description> client</description> <syntax>LimitRequestFieldSize <var>bytes</var></syntax> <default>LimitRequestFieldSize 8190</default> -<contextlist><context>server config</context></contextlist> +<contextlist><context>server config</context><context>virtual host</context></contextlist> <usage> <p>This directive specifies the number of <var>bytes</var> @@ -2115,7 +2115,7 @@ client</description> from the client</description> <syntax>LimitRequestLine <var>bytes</var></syntax> <default>LimitRequestLine 8190</default> -<contextlist><context>server config</context></contextlist> +<contextlist><context>server config</context><context>virtual host</context></contextlist> <usage> <p>This directive sets the number of <var>bytes</var> that will be |