From 34642ff3242a95032247bcae62c48631e5b0ded6 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Mon, 16 Jan 2023 13:00:28 +0100 Subject: [PATCH] daily autocommit --- apache2/conf-available/security.conf | 2 +- php/7.4/apache2/php.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/conf-available/security.conf b/apache2/conf-available/security.conf index f9f69d491..a4ddff726 100644 --- a/apache2/conf-available/security.conf +++ b/apache2/conf-available/security.conf @@ -67,7 +67,7 @@ TraceEnable Off # site as frames. This defends against clickjacking attacks. # Requires mod_headers to be enabled. # -#Header set X-Frame-Options: "sameorigin" +Header set X-Frame-Options: "sameorigin" # vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/php/7.4/apache2/php.ini b/php/7.4/apache2/php.ini index 52a446900..2384ee55b 100644 --- a/php/7.4/apache2/php.ini +++ b/php/7.4/apache2/php.ini @@ -1774,7 +1774,7 @@ opcache.enable=1 opcache.memory_consumption=128 ; The amount of memory for interned strings in Mbytes. -opcache.interned_strings_buffer=8 +opcache.interned_strings_buffer=32 ; The maximum number of keys (scripts) in the OPcache hash table. ; Only numbers between 200 and 1000000 are allowed. -- 2.43.0