• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

How to install php 5.5 in my Plesk 12

You official "Multiple PHP feature" described in Plesk documentation or PHP Panda solution from Atomic.
 
I tried this Solution but dindt work for me i shared the error i got but no answer so was wondering if there is an official way to do so !?
 
If you're not worried about multiple PHP versions and would like to upgrade PHP on the entire server, the easiest way I know is to install the Atomic repo (CentOS / RHEL):
Code:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh


Followed by:
Code:
yum update

Check with:
Code:
php -v
 
yeah it worked just becoz i was using nginx so wasent able to see the version until i disabled nginx,

Thank you
 
Back
Top