Apache headers  [SOLVED]

Locked
majorboobage
Posts: 37
Joined: Thu 26. Jul 2018, 08:51

Apache headers

Post 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
User avatar
Alexander
Keyweb AG
Posts: 3811
Joined: Wed 20. Jan 2016, 02:23

Re: Apache headers  [SOLVED]

Post 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.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
majorboobage
Posts: 37
Joined: Thu 26. Jul 2018, 08:51

Re: Apache headers

Post by majorboobage »

My mistake, thank you Alexander!
Locked