View | Details | Raw Unified | Return to bug 63079
Collapse All | Expand All

(-)server/core.c (+7 lines)
Lines 2545-2550 Link Here
2545
                               "\"> path is invalid.", NULL);
2545
                               "\"> path is invalid.", NULL);
2546
        }
2546
        }
2547
2547
2548
        if (!ap_is_directory(cmd->temp_pool, cmd->path)) {
2549
          ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
2550
                        cmd->temp_pool, APLOGNO()
2551
                        "Warning: <Directory \"%s\"> does not exist or is not a directory",
2552
                        cmd->path);
2553
        }
2554
2548
        cmd->path = newpath;
2555
        cmd->path = newpath;
2549
        if (cmd->path[strlen(cmd->path) - 1] != '/')
2556
        if (cmd->path[strlen(cmd->path) - 1] != '/')
2550
            cmd->path = apr_pstrcat(cmd->pool, cmd->path, "/", NULL);
2557
            cmd->path = apr_pstrcat(cmd->pool, cmd->path, "/", NULL);

Return to bug 63079