You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/04/22 15:50:30 UTC

svn commit: r1470510 - /httpd/httpd/trunk/docs/manual/configuring.xml

Author: rbowen
Date: Mon Apr 22 13:50:30 2013
New Revision: 1470510

URL: http://svn.apache.org/r1470510
Log:
Adds note about enclosing arguments in quotes, as per
https://issues.apache.org/bugzilla/show_bug.cgi?id=54866

Modified:
    httpd/httpd/trunk/docs/manual/configuring.xml

Modified: httpd/httpd/trunk/docs/manual/configuring.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/configuring.xml?rev=1470510&r1=1470509&r2=1470510&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/configuring.xml (original)
+++ httpd/httpd/trunk/docs/manual/configuring.xml Mon Apr 22 13:50:30 2013
@@ -69,6 +69,9 @@ Server.</p>
     There must be no other characters or white space between the
     backslash and the end of the line.</p>
 
+    <p>Arguments to directives are separated by whitespace. If an 
+    argument contains spaces, you must enclose that argument in quotes.</p>
+
     <p>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