From e6a9c2320204c295c29de1d89a322cf311f832d1 Mon Sep 17 00:00:00 2001
From: Daniel Earl Poirier
Date: Tue, 27 Oct 2009 17:30:22 +0000
Subject: [PATCH] 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
---
docs/manual/configuring.xml | 4 ++++
1 file changed, 4 insertions(+)
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
--
2.47.3