• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

PHP 5.5, OpcodeCache, PHP-FPM, NGINX, Joomla

brainforge

Basic Pleskian
After some struggling I've got that working in Plesk environment.

Opcache handling of Joomla configuration.php file.
If Joomla admin changes a system config setting the change gets saved OK.
If they pressed save+close no problem.
If they pressed save the screen redisplays with their original setting!
Presumably the old version of configuration.php gets read from opcache.

Tried to stop this happening using the black list in both Plesk PHP settings and opcache ini file.

I've tried the following:

opcache.blacklist_filename="configuration.php"
opcache.blacklist_filename="/var/www/vhosts/mydomain.com/httpdocs/configuration.php"

Any ideas?
I have 3 or 4 php-cgi processes running - so maybe they have their own opcode cache?
But tried to allow for that by restarting services and applying resets to the cache.
Next thing would be to make sure they share the same opcode cache - save a bit of memory.

Using htop I see the following processes:
user1 php-cgi
user1 php-cgi
user2 php-cgi
user2 php-cgi
user1 php-cgi
root php-fpm master pool # does very little
user3 php-fpm pool... # appears very occassinally
apache php-fpm pool www # idle
apache php-fpm pool www # idle
 
Back
Top