We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c3561 commit f6b26a1Copy full SHA for f6b26a1
mod_limits.c
@@ -128,7 +128,7 @@ static int limits_handler(request_rec *r) {
128
// Count the number of connections from this IP address from the scoreboard
129
#ifdef APACHE24
130
ws_record = ap_get_scoreboard_worker_from_indexes(i, j);
131
- if (limits->ip > 0)
+ if (limits->ip > 0) {
132
if (strcmp(r->connection->client_ip, ws_record->client) == 0)
133
#else
134
ws_record = ap_get_scoreboard_worker(i, j);
0 commit comments