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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 19:59:12
Original
1168 people have browsed it

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


Related labels:
source:php.cn
Statement of this Website
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
Latest Issues
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template