Mobile app version of vmapp.org
Login or Join
Welton855

: Trying to remove “The X-powered header is sent within the response header.” on Apache/nginx I am trying to address the above issue which is cropping up in SEO. The following solution is

@Welton855

Posted in: #Apache #Centos #HttpHeaders #Nginx #Plesk

I am trying to address the above issue which is cropping up in SEO. The following solution is the one that is suggested:

<IfModule mod_headers.c>
# Unset Server Signature header
ServerSignature Off
# Unset Server Technology header
Header unset X-Powered-By
</IfModule>
<IfModule mod_headers.c>
# Set XSS Protection header
Header set X-XSS-Protection "1; mode=block"
</IfModule>


I have put this in the "Additional Apache Directives", but to no avail. My server hosting company don't seem to be able to help. I am not getting any syntax errors with this. It just doesn't seem to work.

I am running Plesk 12.5.30 Update #71 on CentOS Linux 7.4.1708 (Core)‬. Apache and nginx.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme