From: Daniel Earl Poirier
Date: Tue, 27 Oct 2009 16:33:46 +0000 (+0000)
Subject: Document that there's a limit on the length of lines in the configuration file.
X-Git-Tag: 2.3.3~124
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e68014820810681ae4737ca518f58e360d23fec6;p=apache
Document that there's a limit on the length of lines in the configuration file.
PR: 45888
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830237 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml
index 512b526019..7ef3006b14 100644
--- a/docs/manual/configuring.xml
+++ b/docs/manual/configuring.xml
@@ -77,6 +77,10 @@ HTTP server.
and white space occurring before a directive are ignored, so
you may indent directives for clarity.
+ The maximum length of a line in the configuration file,
+ after joining any continued lines and removing leading and
+ trailing white space, is 8192 characters.
+
You can check your configuration files for syntax errors
without starting the server by using apachectl
configtest
or the -t
command line