How can I mask apache server information during request?
For example:
Release : 12.8.7
Component : SITEMINDER SECURE PROXY SERVER
Apache will have six different ServerToken settings in configuration:
Full (or not specified) - Server: Apache/2.4.39 (UNIX) PHP/7.0.25
Prod (or ProductOnly) - Server: Apache
Major - Server: Apache/2
Minor - Server: Apache/2.4
Min (or Minimal) - Server: Apache/2.4.39
OS - Server: Apache/2.4.39 (UNIX)
http://httpd.apache.org/docs/current/mod/core.html#servertokens
To verify the modules built-in with CA Access gateway:
./apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_worker_module (static)
env_module (shared)
log_config_module (shared)
setenvif_module (shared)
mime_module (shared)
jk_module (shared)
alias_module (shared)
authz_core_module (shared)
unixd_module (shared)
slotmem_shm_module (shared)