<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPプログラマのバリ・ポジ情報ブログ &#187; memcache</title>
	<atom:link href="http://blog.veryposi.info/tag/memcache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.veryposi.info</link>
	<description>PHP,JavaScriptやサーバーの設定などのプログラミングに関する情報をバリ・ポジティブに発信しているプログラマのブログ、『バリ・ポジ』</description>
	<lastBuildDate>Thu, 10 May 2012 06:23:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>CentOSにmemcacheをインストールする方法</title>
		<link>http://blog.veryposi.info/server/server-setup/centos-memcache-yum/</link>
		<comments>http://blog.veryposi.info/server/server-setup/centos-memcache-yum/#comments</comments>
		<pubDate>Tue, 19 May 2009 13:11:21 +0000</pubDate>
		<dc:creator>gensan</dc:creator>
				<category><![CDATA[設定]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://blog.veryposi.info/?p=1259</guid>
		<description><![CDATA[「CentOSに新しいリポジトリを追加する方法」の記事で書いたようにリポジトリを追加します。 リポジトリの追加できたら、 1 yum --enablerepo=rpmforge install memcached &#038;nb [...]]]></description>
			<content:encoded><![CDATA[<p>「<a href="http://blog.veryposi.info/server/server-setup/centos-yum-rpmforge/">CentOSに新しいリポジトリを追加する方法</a>」の記事で書いたようにリポジトリを追加します。</p>
<p>リポジトリの追加できたら、</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1
</pre>
</td>
<td class="code">
<pre class="bash">
yum --<span style="color: rgb(0, 120, 0);">enablerepo=</span>rpmforge <span style="color: rgb(194, 12, 185); font-weight: bold;">install</span> memcached</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;とyumコマンドを実行します。</p>
<p>これでmemcacheがインストールされます。</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1
</pre>
</td>
<td class="code">
<pre class="bash"><span style="color: rgb(194, 12, 185); font-weight: bold;">sudo</span> /etc/init.d/memcached start</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>これでmemcacheを起動します。</p>
<p>ついでに、サービス起動されるように設定します。</p>
<div class="syntax">
<table>
<tbody>
<tr>
<td class="line_numbers">
<pre>
1
</pre>
</td>
<td class="code">
<pre class="bash"><span style="color: rgb(194, 12, 185); font-weight: bold;">sudo</span> chkconfig memcached on</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>これで再起動してもmemcacheが自動的に起動されます。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.veryposi.info/server/server-setup/centos-memcache-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.veryposi.info @ 2026-04-15 06:54:17 -->