Apache: mod_remoteip patch to support Host/Port/Protocol headers updated (bugfix)
My Apache mod_remoteip patch to support passing Host/Port/Protocol headers from proxies have been updated.
Read about the patch here: Apache: extending mod_remoteip to support Host/Port/Protocol mangling natively
Changes:
2019-10-18: important bugfix: fixed unnoticed bug with RemoteProtoHeader option compatibility with keepalive connections (Keepalive on option enabled), it was causing all remote IP options to not work on subsequent requests inside single connection if HTTPS 'emulation' was enabled by the specific header. Thanks go to PASCAL for the bug report and providing a good clear test case for it. This version is tested for compatibility with Apache up to version 2.4.41 and should not bring any new issues if run with Apache 2.4.41 in production.
Quick download: httpd-2.4-remoteip-rpaf-2.4.41.patch