]> granicus.if.org Git - apache/commitdiff
As per bz53530, a brief explanation of when you may and must use quotes
authorRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 14:59:51 +0000 (14:59 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 15 Apr 2015 14:59:51 +0000 (14:59 +0000)
in directory paths.

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

docs/manual/mod/core.xml

index b069810b559befceef1dfa4eab94247679b9be8c..ffca5551de9fc48901514653b44ca3d0c2d341f5 100644 (file)
@@ -784,6 +784,10 @@ named file-system directory, sub-directories, and their contents.</description>
 &lt;/Directory&gt;
     </highlight>
 
+    <p>Directory paths <em>may</em> be quoted, if you like, however, it
+    <em>must</em> be quoted if the path contains spaces. This is because a
+    space would otherwise indicate the end of an argument.</p>
+
     <note>
       <p>Be careful with the <var>directory-path</var> arguments:
       They have to literally match the filesystem path which Apache httpd uses