MisterM Verified User Joined Jul 31, 2022 Messages 350 Oct 4, 2023 #1 Hello As my subject indicates, is there a plugin that manages Opcache on the server as under plesk?
Active8 Verified User Joined Jul 13, 2013 Messages 1,854 Oct 4, 2023 #2 no, but you can make your own custom opchache.ini file if this is what you need: First you copy file over. cd /usr/local/directadmin/custombuild mkdir -p custom/opcache cp -p configure/opcache/opcache.ini custom/opcache/opcache.ini Click to expand... Then make and save any changes to opcache.ini Code: nano custom/opcache/opcache.ini Click to expand... Then run Code: ./build opcache Click to expand... Any changes in opcache setting will now survive any updates
no, but you can make your own custom opchache.ini file if this is what you need: First you copy file over. cd /usr/local/directadmin/custombuild mkdir -p custom/opcache cp -p configure/opcache/opcache.ini custom/opcache/opcache.ini Click to expand... Then make and save any changes to opcache.ini Code: nano custom/opcache/opcache.ini Click to expand... Then run Code: ./build opcache Click to expand... Any changes in opcache setting will now survive any updates
Richard G Verified User Joined Jul 6, 2008 Messages 13,691 Location Maastricht Oct 4, 2023 #3 And if necessery you can also create a per php version custom opcache.ini file.
J johannes Verified User Joined Feb 18, 2007 Messages 942 Oct 4, 2023 #4 There is a nice GUI, you cannot do much, but at least invalidate/clear cache, and view live usage .. https://github.com/amnuts/opcache-gui
There is a nice GUI, you cannot do much, but at least invalidate/clear cache, and view live usage .. https://github.com/amnuts/opcache-gui