]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Mon, 16 Jan 2023 12:00:28 +0000 (13:00 +0100)
committermhoellein <mario@hoellein.online>
Mon, 16 Jan 2023 12:00:28 +0000 (13:00 +0100)
apache2/conf-available/security.conf
php/7.4/apache2/php.ini

index f9f69d4917703cc3d1409d4f99194b6b79f48dea..a4ddff7262ee18c5f35023e1ca648a2afe8074e6 100644 (file)
@@ -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
index 52a446900b52f3ef8ce2697e362af6351da5d1ff..2384ee55b7d01edaf533ba6368aebee8422152c6 100644 (file)
@@ -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.