opcache directadmin plugins

MisterM

Verified User
Joined
Jul 31, 2022
Messages
382
Hello

As my subject indicates, is there a plugin that manages Opcache on the server as under plesk?
 
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

Then make and save any changes to opcache.ini
Code:
nano custom/opcache/opcache.ini

Then run
Code:
./build opcache

Any changes in opcache setting will now survive any updates
 
Well my question would be why did DA decide to alter the default opcache values? Seems ridiculous to have to create a custom file to reinstate the default opcache values.
 
Back
Top