From: Rich Bowen
Date: Mon, 22 Apr 2013 13:50:30 +0000 (+0000)
Subject: Adds note about enclosing arguments in quotes, as per
X-Git-Tag: 2.5.0-alpha~5550
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=195dbf7dcfbbfcc6f34e5c32bbeb20c590c0ac18;p=apache
Adds note about enclosing arguments in quotes, as per
https://issues.apache.org/bugzilla/show_bug.cgi?id=54866
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470510 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml
index 4a8b36bb9c..218603e353 100644
--- a/docs/manual/configuring.xml
+++ b/docs/manual/configuring.xml
@@ -69,6 +69,9 @@ Server.
There must be no other characters or white space between the
backslash and the end of the line.
+ Arguments to directives are separated by whitespace. If an
+ argument contains spaces, you must enclose that argument in quotes.
+
Directives in the configuration files are case-insensitive,
but arguments to directives are often case sensitive. Lines
that begin with the hash character "#" are considered