You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face a problem passing client's IP from reverse proxy to modsecurity. Scoreboard info always shows c->client_ip instead of r->useragent_ip. Diving into source there isn't any way to change modsecurity to fetch r->useragent_ip. Function's parameter is only conn_rec.
I tried to set using mod_remoteip IP variable to c->notes table, and fetching it inside mod_security2.c, but with no success.
I have to comment the whole function because we don't need any information about global scoreboards, etc.
Hi all,
I face a problem passing client's IP from reverse proxy to modsecurity. Scoreboard info always shows c->client_ip instead of r->useragent_ip. Diving into source there isn't any way to change modsecurity to fetch r->useragent_ip. Function's parameter is only conn_rec.
I tried to set using mod_remoteip IP variable to c->notes table, and fetching it inside mod_security2.c, but with no success.
I have to comment the whole function because we don't need any information about global scoreboards, etc.
The text was updated successfully, but these errors were encountered: