Hi How can i disable Zend opcache after installation? Thanks
type Code (Text): php --ini example Code (Text): php --ini Configuration File (php.ini) Path: /usr/local/lib Loaded Configuration File: /usr/local/lib/php.ini Scan for additional .ini files in: /etc/centminmod/php.d Additional .ini files parsed: /etc/centminmod/php.d/a_customphp.ini, /etc/centminmod/php.d/curlcainfo.ini, /etc/centminmod/php.d/geoip.ini, /etc/centminmod/php.d/imagick.ini, /etc/centminmod/php.d/mailparse.ini, /etc/centminmod/php.d/memcached.ini, /etc/centminmod/php.d/redis.ini, /etc/centminmod/php.d/zendopcache.ini find path to zendopcache.ini and edit file to comment out the extension load line with hash in front of it and restart php-fpm
Is there anyway to exclude from zend opcache a php file like: Code: /home/nginx/domains/mydomain.com/public/folder/file.php ?
To exclude per vhost, you can try similar approach to @nVidian for Zend Opcache PHP-FPM - Enable/Disable Zend Opcache per vhosts
Great So can i add two lines for example on the opblacklist.txt file? Code: /home/nginx/domains/yourdomain.com/public/folder/file.php /home/nginx/domains/yourdomain.com/public/file.php