]> granicus.if.org Git - apache/commitdiff
Explain the limitation of <IfFile> with a filename with surrounding quotes in 2.4.34.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 12 Jul 2018 18:50:24 +0000 (18:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 12 Jul 2018 18:50:24 +0000 (18:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835761 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 871318d61103d5d65de3ab7ee477b41e313c3749..a315816330644446e1208da3437731e0ee4db45e 100644 (file)
@@ -2341,7 +2341,13 @@ if file exists at startup</description>
     the path will be checked relative to the compiled-in server root or
     the server root passed in on the command line via the <code>-d</code>
     parameter.</p>
-    
+
+    <note type="warning"><title>Warning</title>
+    In 2.4.34, it is not possible to specify a <var>filename</var>
+    with surrounding quotes. This would generate a parsing error at start-up.
+    The main impact is that filenames with spaces can't be used.
+    This behavior is fixed in 2.4.35.</note>
+
 </usage>
 </directivesynopsis>