I cannot remove the "Server" header from the response headers. I am using Amazon EC2. I have added this in Apache config:
ServerSignature Off Header unset Server RequestHeader unset Server
It does not do anything. I can still see the server header saying "Apache (Amazon)" in the response headers. Any clue?