]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Sun, 17 Jan 2021 22:28:14 +0000 (23:28 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sun, 17 Jan 2021 22:28:14 +0000 (23:28 +0100)
apache2/sites-available/nextcloud.conf
php/7.3/apache2/conf.d/20-opcache.ini [new symlink]
php/7.3/mods-available/opcache.ini

index cd9feb031b2a4738902e9aaa019db08bd533ab46..96b1f8687005b24a06cdf339117d5824af55c38a 100644 (file)
@@ -20,7 +20,7 @@ Alias /cloud "/var/www/nextcloud/"
                php_value mbstring.func_overload 0
                php_value default_charset 'UTF-8'
                php_value output_buffering 0
-               php_flag opcache.enable 1
+               php_flag opcache.enable 0
                php_flag opcache.enable_cli 1
                php_flag opcache.interned_strings_buffer 8
                php_flag opcache.max_accelerated_files 10000
diff --git a/php/7.3/apache2/conf.d/20-opcache.ini b/php/7.3/apache2/conf.d/20-opcache.ini
new file mode 120000 (symlink)
index 0000000..f7def34
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.3/mods-available/opcache.ini
\ No newline at end of file
index 34ed69f5b08f684ff053e217f79825d545f97027..fad675d661612d0d93bbaccbc25758170a2065ab 100644 (file)
@@ -1,3 +1,11 @@
 ; configuration for php opcache module
 ; priority=10
 zend_extension=opcache.so
+; zend_extension=/usr/lib/php/20180731/opcache.so
+; opcache.enable=0
+opcache.enable_cli=1
+opcache.interned_strings_buffer=8
+opcache.max_accelerated_files=10000
+opcache.memory_consumption=128
+opcache.save_comments=1
+opcache.revalidate_freq=