Undoubtedly, memcached is the best caching system can be run distributed reaching extreme performance ( it uses libevent find). As dependency to be used we will need: libevent, memcached and php-memcached PECL. ## Install PHP PECL Memcache and memcached-(Dependencies will be installed along with them) yum install php-pecl-memcache memcached ## To Configure the memcached edit [...]
The Yum package manager is used by Centos for its software managment. To download the latest list of packages from the Centos repositories, type: yum update Then, to upgrade your system to the latest packages, type: yum upgrade To install a package, type: yum install $packagename Where $packagename could be httpd, php, or mysql, for [...]
Starting services on boot in a Centos VPS is accomplished via the chkconfig command: To make the httpd start on boot in runlevel 3, the default runlevel for Centos. chkconfig –levels 3 httpd on To disable any service you do not want to start on boot: chkconfig –levels 3 httpd off These commands add or [...]
Default PHP packages for Centos 5 are php 5.1.6 based. To install or upgrade to php 5.2 the Centos Plus repository must be enabled for Yum. Step 1 edit /etc/yum.repos.d/CentOS-Testing.repo # CentOS-Testing: # !!!! CAUTION !!!! # This repository is a proving grounds for packages on their way to CentOSPlus and CentOS Extras. # They [...]



Recent Comments