码迷,mamicode.com
首页 > 系统相关 > 详细

lnmp 平台下配置xcache-3.0.4出错

时间:2015-09-18 18:53:18      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:lnmp 平台下配置xcache-3.0.4出错

错误代码:

    Fatal error: xcache_count(): xcache.admin.user and/or xcache.admin.pass settings is not configured. Make sure you‘ve modified the correct php ini file for your php used in webserver. in/home/xxx/xcache/cacher/index.php on line 259

错误原因分析:

    查看phpinfo()里的xcache信息发现自己在安装xcahe时直接将xcache.ini的文件内容追加到php.ini文件中的配置没有全部生效。

解决方法:

    将xcache解压目录下的xcache.ini文件复制到/etc/php.d/目录下,再修改参数,删除php.ini里的xcahe配置项,最后重启服务,出现登录界面

思考: 是不是xcache3.0后的版本的配置文件必须独立存放在xcache.ini文件里 ,不能直接写入到php.ini文件中

本文出自 “珞辰的博客” 博客,请务必保留此出处http://luochen2015.blog.51cto.com/9772274/1696025

lnmp 平台下配置xcache-3.0.4出错

标签:lnmp 平台下配置xcache-3.0.4出错

原文地址:http://luochen2015.blog.51cto.com/9772274/1696025

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!