Radu G.

June 22, 2011

install percona in a whm cpanel environment

1. stop all services /etc/init.d/httpd stop ; /etc/init.d/exim stop ; /etc/init.d/pure-ftpd stop ; /etc/init.d/dovecot stop ; /etc/init.d/cpanel stop ; /etc/init.d/lfd stop ; /etc/init.d/munin-node stop ; /etc/init.d/crond […]
June 8, 2011

install imagick for php

I’ll describe the installation process for Centos as this is my server’s operating system, the installation is very similar for any linux flavour. In order to […]
May 4, 2011

install apc for php

cd to where you dearchived the sourcecode files for apc export PHP_PREFIX="/opt/php" #where /opt/php is where you have php installed $PHP_PREFIX/bin/phpize ./configure --with-php-config=$PHP_PREFIX/bin/php-config make make install […]