• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Update Centos 6 with Ples 11.5.30 php

JDLPEKE

New Pleskian
Hi all im little new on these.

I just installed and configured Centos 6 with Plesk 11.5.30 and see php that come is php 5.3.3

Sites i will put on server need at least php 5.3.27 version.

Any1 can help me on how update php version??

Ty
 
Hi,

You can do this by adding the "remi repository" with the following commands.

[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
[root@localhost ~]# wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
[root@localhost ~]# rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
[root@localhost ~]# vim /etc/yum.repos.d/remi.repo

edit the following line

enabled=0 to enabled=1

[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

Now you can perform the update using the following command:

[root@localhost ~]# yum update
 
Ok ty, i was looking 2 methoths and finally i decide use atomicturtle,s one

2 commands on ssh and now i have for select php 5.4 and 5.5 w/o any probelm working on server.

Thats enough coz i need for my sites at least version 5.3.27, and on my old site was using php 5.4 so now all working perfect.

Ty
 
Hi,

You can do this by adding the "remi repository" with the following commands.

[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
[root@localhost ~]# wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
[root@localhost ~]# rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
[root@localhost ~]# vim /etc/yum.repos.d/remi.repo

edit the following line

enabled=0 to enabled=1

[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

Now you can perform the update using the following command:

[root@localhost ~]# yum update

thanks you for share, I've got it!
 
Hi,

You can do this by adding the "remi repository" with the following commands.

[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
[root@localhost ~]# wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
[root@localhost ~]# rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
[root@localhost ~]# vim /etc/yum.repos.d/remi.repo

edit the following line

enabled=0 to enabled=1

[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

Now you can perform the update using the following command:

[root@localhost ~]# yum update

Have a question about these method:

These method is for have Multiple PHP installed on plesk or it direct update PHP on my server??

Ty
 
Hi,

You can do this by adding the "remi repository" with the following commands.

[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
[root@localhost ~]# wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
[root@localhost ~]# rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
[root@localhost ~]# vim /etc/yum.repos.d/remi.repo

edit the following line

enabled=0 to enabled=1

[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

Now you can perform the update using the following command:

[root@localhost ~]# yum update

have a question about these method:

These methotd is for have Multi PHP on server or it direct update my current PHP version on server?

Ty for respond
 
Atomic would allow you to both upgrade your current PHP to 5.3, or 5.4, and allow you to run multiple cgi/fcgi versions of PHP (5.3, 5.4, 5.5, and coming soon, 5.6)
 
php update

have a question about these method:

These methotd is for have Multi PHP on server or it direct update my current PHP version on server?

Ty for respond

Through this method, you always have the latest stable version of php on the server.
[Update the current PHP version on server]

With each new call from # yum update is made an update if a new version is available.

A selection of the php version in Plesk panel is not made ​​possible.

In this case, the method of atomicturtle is a better.
 
Back
Top