- 积分
- 58
- 威望
-
- 金钱
-
- 注册时间
- 2014-3-27
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-9-26 10:57:26
|
显示全部楼层
回复 4# 的帖子
我直接把php.ini文件传上来,。。。管理帮忙看下,,,谢谢
[Zend Optimizer]
zend_extension=/usr/local/zend/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
[HOST=www.xxx.com]
open_basedir=/home/wwwroot/www.xxx.com/:/tmp/
[PATH=/home/wwwroot/www.xxx.com]
open_basedir=/home/wwwroot/www.xxx.com/:/tmp/
;xcache
[xcache-common]
extension = xcache.so
[xcache.admin]
xcache.admin.enable_auth = On
xcache.admin.user = "隐藏"
;run: echo -n "yourpassword" |md5sum |awk '{print }' to get md5 password
xcache.admin.pass = "隐藏"
[xcache]
xcache.shm_scheme = "mmap"
xcache.size = 20M
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count = 4
xcache.slots = 8K
xcache.ttl = 0
xcache.gc_interval = 0
xcache.var_size = 4M
xcache.var_count = 1
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.readonly_protection = Off
; 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.coredump_directory = ""
xcache.experimental = Off
xcache.cacher = On
xcache.stat = On
xcache.optimizer = Off
[xcache.coverager]
; enabling this feature will impact performance
; enable only if xcache.coverager == On && xcache.coveragedump_directory == "non-empty-value"
; enable coverage data collecting and xcache_coverager_start/stop/get/clean() functions
xcache.coverager = Off
xcache.coveragedump_directory = ""
;xcache end |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|