about 9 years ago - 1 comment
Sorry, this entry is only available in Català and Español.
about 9 years ago - No comments
This is the P2V method that we used to convert a physical Linux server to a virtual machine running on KVM. It is a quick virtualization method that dumps the entire disk over the network to a new host machine. Ideally the origin server should be stopped in order to boot in rescue mode, thus…
about 9 years ago - No comments
Sorry, this entry is only available in Català.
about 9 years ago - 1 comment
One of out clients needs a PHP4 stack to run legacy web applications. We use Debian and we do not want to replace Squeeze’s PHP5, as many other Debian-packaged applications like squirrelmail or PhpMyAdmin need it. Our solution is to run PHP4 through fcgid. PHP4 as CGI In order to install php4-cgi we choose to…