0

Firstly, I must admit that I don't know much about setting up PHP beyond the basics. I have an Ubuntu 10.04 server system (hosted) running primarily as an FTP store for a commercial store software. The server that the commercial store is installed on is unfortunately not very reliable, and would like to move that to this Ubuntu 10.04 server. (We've already received permission from the store vendor to do this.) My problem is that they use Zend optimizer which is only compatible with PHP 5.2. I have tried a couple of "hacks" to downgrade PHP to 5.2, but it breaks so many other things that it doesn't seem worth it.

My idea is to install some sort of container of Ubuntu 8.04 (like OpenVZ) on the server to house a native install of PHP 5.2 to meet the dependency of the store software. However, it appears that OpenVZ is no longer supported on Ubuntu. Is there another solution similar that I could run on a hosted server to installed a separate "container-like" 8.04 system?

senorsmile
  • 713
  • 8
  • 19

1 Answers1

0

If you want to stick to something that is supported on Ubuntu you could use KVM.

  • I have actually tried getting kvm running on this server. However, setting up the networking is proving to be a challenge. I have a separate topic on serverfault.com trying to figure out just how I can get a hosted server with a public i.p. address set up using eth0 to also have a kvm guest OS have network access. It just doesn't work for me. – senorsmile Jan 29 '11 at 04:20