PECL Alternative PHP Cache (APC) Installation

3 Nov

Time required: 1 minute Install APC using the PECL command (and skip to #5 if successful): Or via compilation. Download the latest stable version and extract: Note the paths returned for the following commands: Use the output from #2 to modify the –with-apxs and –with-php-config flags in the following compile command: The result should be [...]

PECL Memcache Module Installation

3 Nov

Time required: 1 minute Either use PECL (and skip to #4 if successful): Or via compilation. Download the latest stable version and extract: Now we start to compile: You can also use the memcache.ini file we prepared for you: Finally restart apache: You’re done! Memcache should now be available. If the following command retuns anything, [...]

How to install Memcache/Memcached (Daemon)

3 Nov

Time required: 2 minutes Try to install with yum: If this succeeds skip to #5. If this fails, then let’s compile. Download and extract the latest stable version: Let’s compile: In the output you should see: If so you can: Configure your server for the new install: Now find the latest stable memcached, download and [...]

Software Installation for Dedicated, Virtual Dedicated or Multiple Servers (Installing yum, PECL, php-devel etc.)

3 Nov

Server Preparation: Time required: ~1 minute Install yumif you don’t already have it. Then, if you like, you can update all of your installed software, but do so only if you have the experience and time to double check configurations afterwards: Install PECL: Install the PHPDevelopment package: Install apxs with the following command: Make sure [...]

Installing APC Opcode cache on CentOS 5 64-bit

2 Nov

PHP applications of all kinds, whether they are framework or CMS (Drupal, WordPress(cache plugins: W3 Total Cache, Wp Super cache vs), Joomla) based, can gain a lot of high performance benefits from running a PHP opcode accelerators/cache. APC (Alternate PHP Cache), Alternate PHP Cache, is now the most maintained free(open source) opcode cache, and is [...]