Forum Discussion
Conceal Apache version using an iRule
Hello I've been knocking myself out trying to figure out way to conceal what version of Apache we are running. I know that the information is passed back to the client via an HTTP Response. I can't figure out how to access and alter that information. Many thanks in advance.
2 Replies
- Kevin_Stewart
Employee
Try this:
when HTTP_RESPONSE { if { [HTTP::header exists Server] } { HTTP::header replace Server "none-of-your-business" } }You can also sanitize and remove headers via the HTTP profile.
- BinaryCanary_19Historic F5 Account
You can just Just configure your servers to not send too much details, instead of introducing additional processing work on the LTM...
http://httpd.apache.org/docs/2.2/mod/core.htmlservertokens
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com