• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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