Personal tools
You are here: Home GNU / Linux Debian 4.0 Etch Installer APC sur Debian
Document Actions
  • Send this page to somebody
  • Print this page
  • Add Bookmarklet

Installer APC sur Debian

by Pierre-Yves Landuré last modified 2010-06-25 15:17

APC est l'acronyme de Alternative PHP Cache. C'est un outil permettant d'améliorer les performances de vos applications PHP. C'est un outil incontournable si vous utilisez de nombreuses applications PHP.

Installation

En premier lieu, installez les dépendances nécessaire à la compilation du logiciel:

/usr/bin/apt-get install php5-dev make php-pear apache2-prefork-dev

Lancez la compilation:

/usr/bin/pecl install apc --with-apxs=/usr/bin/apxs2

Une fois ceci fait, configurez PHP pour utiliser ce module:

/bin/echo "# Enable APC extension :
extension=apc.so

# Enable file upload progress bar by APC :
apc.rfc1867 = On" | /usr/bin/tee /etc/php5/conf.d/apc.ini

Enfin, redémarrez votre serveur Web:

test -x /etc/init.d/apache2 && /etc/init.d/apache2 force-reload
test -x /etc/init.d/lighttpd && /etc/init.d/lighttpd force-reload

Remerciements

Compilation ou paquetage

Posted by cameleon at 2010-06-29 15:35
Pourquoi ne pas avoir plutôt utilisé le paquet php-apc ?

paquet ?

Posted by Lone Wolf at 2010-06-29 15:43
Bonjour,

pas de raison particulière, j'étais d'humeur à compiler à ce moment la :)

more speed

Posted by voku1987 at 2010-07-28 12:55
Selon mes tests xcache un peu plus vite, surtout en combinaison avec "nginx" + "php-fpm" ... voici mon HowTo: http://suckup.de/blog/2010/07/26/webserver-beschleunigen/

BlogBang
Navigation
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards:

Wikio