From: mhoellein Date: Mon, 16 Jan 2023 12:00:28 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=34642ff3242a95032247bcae62c48631e5b0ded6;p=vserver daily autocommit --- 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.