opcache directadmin plugins

MisterM

Verified User
Joined
Jul 31, 2022
Messages
350
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
 
Back
Top