]> granicus.if.org Git - apache/commitdiff
Document that there's a limit on the length of lines in the configuration file.
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 27 Oct 2009 16:33:46 +0000 (16:33 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 27 Oct 2009 16:33:46 +0000 (16:33 +0000)
PR: 45888

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830237 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/configuring.xml

index 512b5260199b4d5bda057aee9a452639ff4e00d1..7ef3006b14a084ae3c215d7ab65089d1ccefa103 100644 (file)
@@ -77,6 +77,10 @@ HTTP server.</p>
     and white space occurring before a directive are ignored, so
     you may indent directives for clarity.</p>
 
+    <p>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.</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