• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to install latest ZendOpcache on Plesk Panel 11.5 ?

Status
Not open for further replies.
Thank you for your question.
Please, see below the output

yum repolist
Loaded plugins: priorities
atomic | 1.9 kB 00:00
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
plesk11-base | 1.3 kB 00:00
plesk11-thirdparty | 1.3 kB 00:00
plesk11-updates | 1.3 kB 00:00
updates | 3.4 kB 00:00
198 packages excluded due to repository priority protections
repo id repo name status
atomic CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com 1,025
base CentOS-6 - Base 6,282+99
extras CentOS-6 - Extras 13
plesk11-base Plesk 11.0.9 - Base 113+2
plesk11-thirdparty Plesk 11.0.9 - Thirdparty 2+1
plesk11-updates Plesk 11.0.9 - Updates 0
updates CentOS-6 - Updates 1,434+96
repolist: 8,869

yum list php-opcache
Loaded plugins: priorities
198 packages excluded due to repository priority protections
Error: No matching Packages to list
*****************
That's all...
 
Hello,

I think you can install it through epel and remi repositories on centOS, Please try with following steps

1. Install epel and remi repositories:
Code:
 wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
 sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

2. Enable remi repository:
Code:
vi /etc/yum.repos.d/remi.repo
In the [remi] section of the file, set the "enabled" option to 1.

3 and install
Code:
yum install php-opcache

OR

Code:
yum --enablerepo=remi install php-opcache
 
Thank you VERY much ! and sorry for delay in answer/test of your solution
Just now I've installed Zend on CentOS 6.4 / Plesk 11.5 - everything is OK.

In addition - how to CONFIG after installation.
Open /etc/php.d/opcache.ini and edit settings.
After that - service httpd restart
To set up a web viewer
cd /var/www/example.com/htdocs (your path here)
wget https://raw.github.com/rlerdorf/opcache-status/master/opcache.php
Open as http://www.example.com/opcache.php

Recommend this solution for everybody.
Have a nice day !
 
Status
Not open for further replies.
Back
Top