Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cherokee/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -2390,6 +2390,7 @@ cherokee_connection_check_ip_validation (cherokee_connection_t *conn, cherokee_c
return ret_ok;
}

LOG_ERROR_S(CHEROKEE_ERROR_CONNECTION_CHECK_IP);
conn->error_code = http_access_denied;
return ret_error;
}
Expand Down
4 changes: 4 additions & 0 deletions cherokee/error_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,10 @@
title = "Could not get virtual server: '%s'",
desc = CODING_BUG)

e('CONNECTION_CHECK_IP',
title = "The connection's IP is not allowed",
desc = "This IP is not allowed, please check IP or subnet configuration.")


# cherokee/ncpus.c
#
Expand Down