How to install APC(alternative php cache) on 64 bit linux? machine



Here are the steps those I followed :

=========
#cd /usr/local/src
#wget http://pecl.php.net/get/APC-3.0.14.tgz
#tar -xzvf APC-3.0.14.tgz
#cd APC-3.0.14

#phpize
#./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/bin/php-config
#make
#make test
#make install

The extension will be stored inside "/usr/lib/php/extensions/no-debug-non-zts-20060613/".

Now, find php.ini file like : #php --ini
Add the extension="apc.so" at the last in php.ini file and restart apache.
=========

Note : You can install latest APC. Just search in google like : download APC-3.
By : blog.snapshotit.com



Related Posts:



Responses

0 Respones to "How to install APC(alternative php cache) on 64 bit linux? machine"

Post a Comment

»Thank you for reading this article
If you have questions or comments, please leave a comment
»You can click on the Subscribe by email to subscribe comments of this post
»You can register directly link pictures, mp3, video on the comment form.
»You may use some HTML tags such
»Please post comments polite and typing accented Vietnamese if possible
»Thank the good faith comment

 

Categories

Recent Comments

Total Pageviews

Return to top of page ©Web Server Tips Tricks 2010 | Develop by Mr.PhanQuan .Powered by Blogger . All rights reserved.