<div>My application logs the IP addresses of visitors, and bans users who try to abuse the system.&nbsp; However, after using Perlbal, all requests end up going through the Perlbal server, and so on the web server end, there&#39;s only one source IP, the Perlbal server&#39;s.
</div>
<div>&nbsp;</div>
<div>Is there a way to fix this problem so that my application can still ban IPs as needed? Maybe a <font face="Courier New">HTTP_X_FORWARDED_FOR </font>header?</div>
<div>&nbsp;</div>