Where to configure OPcache?

chelssi

Verified User
Joined
Aug 2, 2019
Messages
34
Hi,

I have installed opcache in php 7.2 but I don't know how modify its settings because there are multiple files with the same settings:

/usr/local/php72/lib/php.ini
/usr/local/php72/lib/php.conf.d/10-directadmin.ini
/usr/local/directadmin/custombuild/configure/opcache/opcache.ini

Also I've created /usr/local/directadmin/custombuild/custom/opcache/opcache.ini with the content of /usr/local/directadmin/custombuild/configure/opcache/opcache.ini

Where must I change the settings for taking effect? also I want to add a "opcache.blacklist_filename" do I add directly in "/usr/local/php72/lib/php.ini" uncommenting it and adding a path?

Thank you in advance
 
Back
Top