We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
opcache disable for web domain in VestaCP
opcache disable for web domain in VestaCP
I have Apache 2.0 Handler with Zend OPcache.
To disable opcache we need just add to .htaccess file
I want do add new option on each web domain to switch opcache on/off.
What should I do to make new option for web domain settings like below?

To disable opcache we need just add to .htaccess file
Code: Select all
php_flag opcache.enable Off
What should I do to make new option for web domain settings like below?
