From ed20a1c1fc1499bebf0ce1052bf1b25d41e76e17 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 12 Jul 2018 18:50:24 +0000 Subject: Explain the limitation of 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 --- docs/manual/mod/core.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/manual/mod/core.xml') 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 the path will be checked relative to the compiled-in server root or the server root passed in on the command line via the -d parameter.

- + + Warning + In 2.4.34, it is not possible to specify a filename + 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. + -- cgit v1.2.3