From: Daniel Earl Poirier
Date: Tue, 27 Oct 2009 17:30:22 +0000 (+0000)
Subject: Document that there's a limit on the length of lines in the configuration file.
X-Git-Tag: 2.2.15~177
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a9c2320204c295c29de1d89a322cf311f832d1;p=thirdparty%2Fapache%2Fhttpd.git
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/branches/2.2.x@830256 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml
index 512b5260199..7ef3006b14a 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