xcache问题
军哥你好- - 用安装包里面自动安装的xcache怎么样看到这个效果 我找不到对应的文件夹 照着网上的步骤下面touch /tmp/xcache
chmod 777 /tmp/xcache
拷贝Xcache管理程序到网站根目录下
cp -a /tmp/xcache-1.3.3/ htdocs/网站根目录/xadmin
然后重新启动php和web服务器
然后访问http://localhost/xadmin,用户名为xcache 密码为123456;另外,还可以通过phpinfo来验证PHP是否支持Xcache
就是下面 访问后 有一个蓝色的面板查看的效果的 这个要怎么弄 呢
另外 怎么样卸载xcachememcached我装了 phpinfo 没反应 我想卸载这两个 重新装 你可以看以php.ini里的配置
; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)
; Use something like "/tmp/xcache" instead of "/dev/*" if you want to turn on ReadonlyProtection
; different process group of php won't share the same /tmp/xcache
xcache.mmap_path = "/dev/zero"
里面已经明确说明了,是文件不是目录
xcache.mmap_path = "/dev/zero" 里就是使用的文件
默认面板是不启用的,你可以在xcache的源码目录里执行:cp -R htdocs /home/wwwroot/default/xcache
来拷贝过去,在将php.ini里;及下面的几行xcache.开头的注释去掉,并按;xcache.admin.enable_auth = On
执行 echo -n "yourpassword" |md5sum |awk '{print $1}'生成你自己的密码
填写上你的加密后的md5密码,xcache.admin.pass = "md5 password"
重启php-fpm
脚本都默认集成只是未开启,自己安装前可以自己修改
回复 2# 的帖子
谢谢军哥可以看到控制面板了==:)
页:
[1]