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