Blame SOURCES/httpd-2.4.18-documentroot.patch

f0c688
--- a/server/core.c	2013/07/24 09:49:38	1506473
f0c688
+++ b/server/core.c	2013/07/24 09:51:14	1506474
f0c688
@@ -1481,7 +1481,9 @@
f0c688
             conf->ap_document_root = arg;
f0c688
         }
f0c688
         else {
f0c688
-            return "DocumentRoot must be a directory";
f0c688
+            return apr_psprintf(cmd->pool, 
f0c688
+                                "DocumentRoot '%s' is not a directory, or is not readable",
f0c688
+                                arg);
f0c688
         }
f0c688
     }
f0c688
     return NULL;