unsubscribe
Re: mod_remoteip and Apache2::Connection
I'm sorry, had not read carefully. mod_remoteipmodifies the environment variables, so I can imagine that the get_remote_host method keeps pointing to the Proxy server address If you can't change the calls with that method, you can try to capture those calls and replace the value. In the pas