diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-14 01:34:27 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-14 01:34:27 +0100 |
commit | 8cea5c42759dfdd86c7fa2d5566f164f2e29b0df (patch) | |
tree | df0aeb6ee88441b7cb68dd273ea3c214e1944887 /docs/manual/configuring.html.en | |
parent | Further clarify the naming of the entity that originates the request by (diff) | |
download | apache2-8cea5c42759dfdd86c7fa2d5566f164f2e29b0df.tar.xz apache2-8cea5c42759dfdd86c7fa2d5566f164f2e29b0df.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1214007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/configuring.html.en')
-rw-r--r-- | docs/manual/configuring.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 27981f6bdd..f647d2ab60 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -91,6 +91,11 @@ Server.</p> configuration file itself, for example with <code class="directive"><a href="./mod/mod_env.html#setenv">SetEnv</a></code>, take effect too late to be used for expansions in the configuration file.</p> + <p>The maximum length of a line in normal configuration files, after + variable substitution and joining any continued lines, is approximately + 16 MiB. In <a href="configuring.xml#htaccess">.htaccess files</a>, the + maximum length is 8190 characters.</p> + <p>You can check your configuration files for syntax errors without starting the server by using <code>apachectl configtest</code> or the <code>-t</code> command line |