I have to 2 servers: - front - backend
Front server is a proxy to backend I have no access to front server.
So..
How i can block ip address in backend, if i see real ip only in http_x_forwaded_for
header?
I think you can not.
You can:
Apache
this can be done with .htaccess
.PHP
or whatever) to show blank page based on the header.