Skip to content

Commit e351104

Browse files
committed
Fix typo
1 parent 887e696 commit e351104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_process_security.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ static int process_security_handler(request_rec *r)
506506
ap_unix_identity_t *ugid = ap_run_get_suexec_identity(r);
507507
if (ugid == NULL) {
508508
ap_log_error(APLOG_MARK, APLOG_ERR, 0, NULL,
509-
"%s ERROR %s: PSCheckSuexecids failed return 503: ap_run_get_suexec_identity() is NULL or not found SuexecUserGroup",
509+
"%s ERROR %s: PSCheckSuexecids failed return 500: ap_run_get_suexec_identity() is NULL or not found SuexecUserGroup",
510510
MODULE_NAME, __func__);
511511
return HTTP_INTERNAL_SERVER_ERROR;
512512
}

0 commit comments

Comments
 (0)