Page 1 of 1

How to install php 5.3 on VestaCP

Posted: Tue Sep 20, 2016 9:23 pm
by odies
Hello. I restore my old sites from backups .
Websites are written under php5.3 + zend + ioncube.
For 3 days I have reviewed a variety of topics in the forum, more than 70 times reinstalled vds and trying fron topics on the forum to deliver support PHP5.3 .
Unfortunately, all the options are very old and do not work . Can you please share detailed instructions on how to install php 5.3

Re: How to install php 5.3 on VestaCP

Posted: Wed Sep 21, 2016 1:52 am
by duy13
Please sure U install Vestacp on Centos 6 64bit, Ok => go to

Code: Select all

https://vestacp.com/#install
Additional Repository: no
=>Generate Install Command


In terminal SSH:

Code: Select all

curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin no --clamav no --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi no --quota yes

Code: Select all

php -v #(PHP 5.3.3)

Re: How to install php 5.3 on VestaCP

Posted: Mon Sep 26, 2016 3:08 pm
by skurudo
First step to multi php version:
viewtopic.php?f=19&t=10854