标签:blog http io 文件 on log 服务器 tt 安装
转自:http://yangfutao2000.blog.163.com/blog/static/12162588201151635856858/
先安装服务器端:
apt-get install memcached;
再安装客户端 :
apt-get install php5-memcache
配置php.ini文件
添加 extension = memcache.so
重启apache,用phpinfo ,就可以看到memcache了 ,表示配置成功。
标签:blog http io 文件 on log 服务器 tt 安装
原文地址:http://www.cnblogs.com/wangkongming/p/4073121.html