diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2018-07-12 20:50:24 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2018-07-12 20:50:24 +0200 |
commit | ed20a1c1fc1499bebf0ce1052bf1b25d41e76e17 (patch) | |
tree | 240847e84c11d061225264b798c5b0270641c772 | |
parent | Adding html files after doc rebuild ; why did I have to do that ? (diff) | |
download | apache2-ed20a1c1fc1499bebf0ce1052bf1b25d41e76e17.tar.xz apache2-ed20a1c1fc1499bebf0ce1052bf1b25d41e76e17.zip |
Explain the limitation of <IfFile> with a filename with surrounding quotes in 2.4.34.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835761 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 871318d611..a315816330 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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> |