We have Apache 2.4.34 on a Red Hat Linux Server and I need to remove Server: Apache
from the response header.
Is there any easy way to do that without mod_security? If we need to do it with mod_security only, I have checked the Apache 2.4 documentation and it appears Apache 2.4 wont come with mod_security by default.
- Can any one tell me the detailed steps how to install mod_security on Red Hat Linux?
- Does mod_security have to be separate from Apache?
- How we can configure or make Apache 2.4 to use mod_security?
- Do we just need to configure in
httpd.conf
the same as we load other modules?