ubuntu下安装php memcache扩展
程序员文章站
2022-05-22 09:18:26
...
memcached 安装
sudo apt-get install memcached
memcached 参数说明
memcached -d -m 50 -p 11211 -u root
-m 指定使用多少兆的缓存空间;-p 指定要监听的端口; -u 指定以哪个用户来运行
安装php-memcache模块
sudo apt-get install php5-memcache
编辑配置文件
sudo vi /etc/php5/conf.d/memcache.ini
;uncomment the next line to enable the module
extension=memcache.so
[memcache]
memcache.dbpath="arb/memcache"
memcache.maxreclevel=0
memcache.maxfiles=0
memcache.archivememlim=0
memcache.maxfilesize=0
memcache.maxratio=0
在phpinfo()查看memcache的相关配置
http://blog.csdn.net/zhangxh1013/article/details/7345914
sudo apt-get install memcached
memcached 参数说明
memcached -d -m 50 -p 11211 -u root
-m 指定使用多少兆的缓存空间;-p 指定要监听的端口; -u 指定以哪个用户来运行
安装php-memcache模块
sudo apt-get install php5-memcache
编辑配置文件
sudo vi /etc/php5/conf.d/memcache.ini
;uncomment the next line to enable the module
extension=memcache.so
[memcache]
memcache.dbpath="arb/memcache"
memcache.maxreclevel=0
memcache.maxfiles=0
memcache.archivememlim=0
memcache.maxfilesize=0
memcache.maxratio=0
在phpinfo()查看memcache的相关配置
http://blog.csdn.net/zhangxh1013/article/details/7345914
推荐阅读
-
Ubuntu下安装Android studio
-
Linux (ubuntu) 下安装 Android Studio
-
Ubuntu12下编译安装PHP5.3开发环境,ubuntu12php5.3_PHP教程
-
windows下PHP不能开启pgsql扩展的解决方法
-
Memcache装配方法(安装文件下载),php_memcache.dll下载
-
mysql - Ubuntu下安装的phpmyadmin打开页面空白?
-
Windows下安装与配置PHP5和Apache的方法
-
在Linux下编译安装PHP5.6.11(3)
-
linux下安装php的memcached客户端
-
linux下安装PHP出现的有关问题,请帮忙,小弟我快不行了