--- server/core.c.orig 2005-07-16 21:06:36.000000000 -0400 +++ server/core.c.orig @@ -3502,7 +3502,7 @@ static int default_handler(request_rec * if (r->method_number == M_GET || r->method_number == M_POST) { if (r->finfo.filetype == 0) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, "File does not exist: %s", r->filename); return HTTP_NOT_FOUND; } @@ -3520,7 +3520,7 @@ static int default_handler(request_rec * r->path_info && *r->path_info) { /* default to reject */ - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, "File does not exist: %s", apr_pstrcat(r->pool, r->filename, r->path_info, NULL)); return HTTP_NOT_FOUND;