I have apache/modsecurity running locally on the same server as my pound server. It takes the connections and runs the WAF rules, then hands them to pound.
Problem is, pound is logging all connections as 127.0.0.1 because they are coming locally from apache. Since pound used syslog to log, how do I add X-ForwardFor to the log format for pound so I can see the actual IP of the source of the request in the pound logs. -b
