how can I remove the Server header from the HTTP requests?
I don't have any info about the version of Apache or Nginx but still it say which web server I'm using, can I get rid of that header?
I found out that this:
Header unset Server
seems to work at half, it still say Server and then unset...