Tuesday, April 23, 2019

linux - Apache as a Reverse Proxy Exposes internal server strings

I'm using Apache mod_proxy as a reverse proxy to internal servers, with mod_security to rename the apache server string to something different, however the server string of the internal servers get forwarded instead. Obviously I want my reverse-proxy to hide the Server String of the internal servers (can't change them directly) and instead show the custom one.




How to do that?

No comments:

Post a Comment