Solved Custom OPCache settings not being written

LawsHosting

Verified User
Joined
Sep 13, 2008
Messages
2,413
Location
London UK
Am I going mad here? I edit/update the
Code:
/usr/local/directadmin/custombuild/custom/configure/opcache/opcache.ini
do
Code:
da build rewrite_confs (or build opcache)
I still see the default contents of
Code:
/usr/local/directadmin/custombuild/configure/opcache/opcache.ini
in
Code:
/usr/local/php8N/lib/php.conf.d/10-directadmin.ini
 
Last edited:
Did you try to put the file here:
Code:
/usr/local/directadmin/custombuild/custom/opcache/opcache.ini
and then run this command:
Code:
da build php_opcache
?
 
Back
Top