unsubscribe

2024-05-06 Thread Will, John via modperl

Re: mod_remoteip and Apache2::Connection

2024-05-06 Thread Guido Brugnara
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