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
?
 
Did you try to put the file here:
I've used a file /usr/local/php8X/lib/php.conf.d/99-custom.ini which somebody advised me in the past.
Does this also work, because in my GUI script I see the usage and custom opcache settings and usage. So it seems to work.
That is a bit easier as I only need to restart the php-fpm process to make the changs active.

Or do I need to move this to the /usr/local/directadmin/custombuild/custom/opcache/opcache.ini file and directory?
 
Back
Top