<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Memcached</id>
		<title>Memcached - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Memcached"/>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Memcached&amp;action=history"/>
		<updated>2026-06-24T10:34:41Z</updated>
		<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.kogite.fr/index.php?title=Memcached&amp;diff=6021&amp;oldid=prev</id>
		<title>Frank : Page créée avec « = Installation = Paramétrer les dépôts de Remi, puis : &lt;syntaxhighlight lang=&quot;bash&quot;&gt;  yum install --enablerepo=remi memcached php-pecl-mem... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Memcached&amp;diff=6021&amp;oldid=prev"/>
				<updated>2014-10-13T15:32:52Z</updated>
		
		<summary type="html">&lt;p&gt;Page créée avec « = Installation = Paramétrer les &lt;a href=&quot;/index.php?title=D%C3%A9p%C3%B4ts_compl%C3%A9mentaires&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Dépôts complémentaires (page inexistante)&quot;&gt;dépôts de Remi&lt;/a&gt;, puis : &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;  yum install --enablerepo=remi memcached php-pecl-mem... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Installation =&lt;br /&gt;
Paramétrer les [[dépôts complémentaires|dépôts de Remi]], puis :&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 yum install --enablerepo=remi memcached php-pecl-memcache&lt;br /&gt;
  chkconfig memcached on&lt;br /&gt;
 service memcached start&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pour voir si Memcached est utilisé, lister les connexions (il doit y avoir plus d'un ligne qui s'affiche) :&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 netstat -tapen | grep 11211&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pour avoir une vision graphique de l'utilisation de Memcached :&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 cd &amp;lt;répertoire web du virtualhost&amp;gt;&lt;br /&gt;
 mkdir phpmemcached&lt;br /&gt;
 wget http://phpmemcacheadmin.googlecode.com/files/phpMemcachedAdmin-1.2.2-r262.tar.gz&lt;br /&gt;
 cd phpmemcached&lt;br /&gt;
 tar -xvzf /../install/phpMemcachedAdmin-1.2.2-r262.tar.gz&lt;br /&gt;
 chown -R apache.site1 phpmemcached&lt;br /&gt;
 chmod -R o-wx phpmemcached/*&lt;br /&gt;
 find phpmemcached/ -type f -exec chmod 664 {} \;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paramétrer les applications pour utiliser localhost:11211&lt;/div&gt;</summary>
		<author><name>Frank</name></author>	</entry>

	</feed>