Description
The required feature described as a wish
I’d like to propose extending the Reverse Proxy support introduced in Management servers in (67e2061) to the SysVMs as well.
As shown in the screenshot below, Management servers can now recognize (and trust) Reverse Proxy servers:
This brings both security, observability, and control, by preserving the real client IP address, which makes logs significantly more useful.
Today we leverage Reverse Proxies for: WAF, Rate limiting for abusive users, DoS/DDoS protection, and SSL/TLS termination. Each of these alone is a valid reason to support Reverse Proxies in SysVMs.
The current workaround: we had to modify the SysVM template manually:
- Update Apache vhost config:
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 10.7.1.0/24
- Enable the module and restart Apache:
a2enmod remoteip
systemctl restart apache2
Feel free to ask questions and share your thoughts. I can provide details and perform tests as needed.
Keep up with the good work!!