Comments on: How to Configure X-Frame-Options in Apache https://tecadmin.net/configure-x-frame-options-apache/ How to guide for System Administrator's and Developers Fri, 17 Dec 2021 11:33:23 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Lokesh Bhandari https://tecadmin.net/configure-x-frame-options-apache/#comment-63673 Fri, 17 Dec 2021 11:33:23 +0000 https://tecadmin.net/?p=21031#comment-63673 Thanks, it works for me.

]]>
By: Biker Mike https://tecadmin.net/configure-x-frame-options-apache/#comment-63413 Fri, 01 Oct 2021 09:51:57 +0000 https://tecadmin.net/?p=21031#comment-63413 Very helpful, thank you. Note that if you are running SSL (on Debian 9, at least), you will need to change X-Frame-Options in *both* the following files:

/etc/apache2/conf-available/security.conf
/etc/apache2/conf-available/ssl-params.conf

Otherwise you will get an error similar to the following (in the chrome console):

Refused to display ‘*****’ in a frame because it set multiple ‘X-Frame-Options’ headers with conflicting values (‘DENY, SAMEORIGIN’). Falling back to ‘deny’.

]]>
By: Rod Graham https://tecadmin.net/configure-x-frame-options-apache/#comment-62788 Tue, 13 Apr 2021 17:15:22 +0000 https://tecadmin.net/?p=21031#comment-62788 Very useful, thank you.

On ubuntu 18.04 it is:

/etc/apache2/conf-available/security.conf

]]>