Home >php教程 >php手册 >linux(debian)安装memcached,和对应的php5

linux(debian)安装memcached,和对应的php5

WBOY
WBOYOriginal
2016-06-06 19:59:121146browse

1:同时是需要两个软件的 #aptitude install memcached php5-memcached 其中第一个是操作,第二个是模块,还有一个比较老的memcache模块,php5-memcache 这个是不支持session的. 2:默认是11211端口,可以通过查看端口是否占用 #netstat -tap | grep 'memcached' 3

1:同时是需要两个软件的

#aptitude install memcached php5-memcached

其中第一个是操作,第二个是模块,还有一个比较老的memcache模块,php5-memcache 这个是不支持session的.

2:默认是11211端口,可以通过查看端口是否占用

#netstat -tap | grep 'memcached'

3:配置文件在/etc/memcached.conf

重启动/etc/init.d/memached restart 再/etc/init.d/apache2 restart 重启下server

linux(debian)安装memcached,和对应的php5


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn