lighttpd forum XCache > Xcache not working?

Posted by Shawn Gorrell
on 05.06.2008 14:46
I'm having some trouble figuring out if xcache is working or not. All of
the admin info comes up blank (see screenshots).

http://img395.imageshack.us/img395/6684/xcache1wu6.jpg
http://img129.imageshack.us/img129/9878/xcache2ow8.jpg

My environment is PHP 5.2.6 on IIS6 (Win2K3) using ISAPI. I have a
similar setup on my DEV box with PHP 5.2.6 on IIS7 (Vista 64) using
ISAPI and it shows all of the cache info with no problems.

What am I missing here? Is it working or not?

Here is the xcache part of my php.ini

[xcache-common]
extension = php_xcache.dll

[xcache.admin]
xcache.admin.enable_auth = On
xcache.admin.user = "admin"
; xcache.admin.pass = md5($your_password)
xcache.admin.pass = ""

[xcache]
xcache.shm_scheme		= "mmap"
xcache.size			= 32M
xcache.count			= 2
xcache.slots			= 8K
xcache.ttl			= 7200
xcache.gc_interval		= 300

xcache.var_size			= 32M
xcache.var_count		= 2
xcache.var_slots		= 8K
xcache.var_ttl			= 7200
xcache.var_maxttl		= 14400
xcache.var_gc_interval		= 300

xcache.test			= Off
xcache.readonly_protection	= Off
xcache.mmap_path		= "/dev/zero"
xcache.coredump_directory	= ""

xcache.cacher			= On
xcache.stat			= On
xcache.optimizer		= On

[xcache.coverager]
xcache.coverager		= Off
xcache.coveragedump_directory	= ""

Thanks,

S
Posted by moo XCache
on 07.06.2008 11:02
> 
> Here is the xcache part of my php.ini
can u pls try to find any log helpful? e.g.: php error log, iis error
log

> 
> [xcache-common]
> extension = php_xcache.dll
> 
> [xcache.admin]
> xcache.admin.enable_auth = On
> xcache.admin.user = "admin"
> ; xcache.admin.pass = md5($your_password)
> xcache.admin.pass = "8ed1bd5e5a7d2d4419d99ae8ab3af523"
don't paste password out
Posted by Shawn Gorrell
on 07.06.2008 15:52
moo XCache wrote:
> 
>> 
>> Here is the xcache part of my php.ini
> can u pls try to find any log helpful? e.g.: php error log, iis error
> log
> 


None of the logs have anything helpful at all.