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

(-)core.c (-1 / +1 lines)
Lines 1421-1427 Link Here
1421
        if (cmd->server->is_virtual) {
1421
        if (cmd->server->is_virtual) {
1422
            ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
1422
            ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
1423
                          cmd->pool, APLOGNO(00112)
1423
                          cmd->pool, APLOGNO(00112)
1424
                          "Warning: DocumentRoot [%s] does not exist",
1424
                          "Warning: DocumentRoot [%s] does not exist or is not a directory",
1425
                          arg);
1425
                          arg);
1426
            conf->ap_document_root = arg;
1426
            conf->ap_document_root = arg;
1427
        }
1427
        }

Return to bug 48254