How to disable Apache HTTP Header info in AWS Load Balancer Response?
问题 I have a node.js environment deployed using AWS Elastic Beanstalk on an Apache server. I have run a PCI scan on the environment and I'm getting 2 failures: Apache ServerTokens Information Disclosure Web Server HTTP Header Information Disclosure Naturally I'm thinking I need to update the httpd.conf file with the following: ServerSignature Off ServerTokens Prod However, given the nature of Elastic Beanstalk and Elastic Load Balancers, as soon as the environment scales, adds new servers,