altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.6-r1506474.patch

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