<?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>系统运维 &#187; Xcache</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/xcache/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下安装php加速软件Xcache</title>
		<link>https://www.osyunwei.com/archives/8918.html</link>
		<comments>https://www.osyunwei.com/archives/8918.html#comments</comments>
		<pubDate>Fri, 09 Jan 2015 03:08:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Xcache]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8918</guid>
		<description><![CDATA[说明： php安装目录：/usr/local/php php.ini配置文件路径：/usr/local/php/etc/php.ini Nginx安装目录：/usr/local/nginx Nginx网站根目录：/usr/local/nginx/html 1、安装xcache cd /usr/local/src #进入软件包存放目录 wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz #下载 tar zxvf xcache-3.2.0.tar.gz #解压 cd xcache-3.2.0 #进入安装目录 /usr/local/php/bin/phpize #用phpize生成configure配置文件 ./configure --enable-xcache--enable-xcache-coverager --enable-xcache-optimizer --with-php-config=/usr/local/php/bin/php-config #配置 make #编译 make install #安装 安装完成之后，出现下面的界面，记住以下路径，后面会用到。 /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/ #xcache模块路径 2、创建xcache缓存文件 touch /tmp/xcache #创建文件 chmod 777 /tmp/xcache #设置权限 3、创建xcache管理员密码为123456 echo -n "123456" &#124; md5sum #记住类似下面一行代码（md5加密之后的密码），后面会用到 e10adc3949ba59abbe56e057f20f883e 4、拷贝xcache后台管理程序到网站根目录 cp -r /usr/local/src/xcache-3.2.0/htdocs   [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8918.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8918.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
