Page 1 of 1

Apache headers

Posted: Thu 16. Aug 2018, 09:40
by majorboobage
Hello

I'm trying to get a better rating on https://observatory.mozilla.org

And need to add some headers like:

Code: Select all

Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options nosniff
Header always set X-Frame-Options "sameorigin"
Can I do it through keyhelp gui? because I can't find httpd.conf on ubuntu 18.04

Re: Apache headers  [SOLVED]

Posted: Thu 16. Aug 2018, 11:41
by Alexander
Hello,

Inside of the admin area (!) of KeyHelp, just navigate to the domain you want to add the headers.

Open the Domain for editing, and there you are able to add additional Apache directives, like headers for example.

Re: Apache headers

Posted: Thu 16. Aug 2018, 13:20
by majorboobage
My mistake, thank you Alexander!