我在 Ubuntu 10.04 上安装了 memcache PHP 模块
我的步骤:
安装 php5-memcache(http://pecl.php.net/package/memcache)
重启 Apache
获取 phpinfo()
memcache memcache support enabled Version 3.0.4 Revision $Revision: 1.83.2.36 $ Directive Local Value Master Value memcache.allow_failover 1 1 memcache.chunk_size 32768 32768 memcache.compress_threshold 20000 20000 memcache.default_port 11211 11211 memcache.hash_function crc32 crc32 memcache.hash_strategy consistent consistent memcache.lock_timeout 15 15 memcache.max_failover_attempts 20 20 memcache.protocol ascii ascii memcache.redundancy 1 1 memcache.session_redundancy 2 2
尝试找到路径:/var/lib/memcache(在 memcache.ini 内):
cd /var/lib/memcache;
收到错误:
cd: /var/lib/memcache: No such file or directory
为什么我没有这个目录?
谢谢,
约瑟夫
答案1
在我们的 Ubuntu 10.04 上,安装了支持 memcache 的 php5 并运行 memached 服务,也没有 /var/lib/memcache。我完全不明白你为什么要找这个目录。
亲切的问候
斯蒂芬