From: Rich Bowen
Date: Mon, 22 Apr 2013 13:53:45 +0000 (+0000)
Subject: Quoted args
X-Git-Tag: 2.4.5~401
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34b5412b32bc276cb1b4ebfaca2f7ba1de74981f;p=apache
Quoted args
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1470515 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