Hi,
I am trying to install XCache on my win xp, with lighttpd 1.4.10 and PHP
5.1.6.
This is how my xcache configuration looks like inside my PHP.ini
zend_extension_ts = C:\Program Files\xampp\php\extensions\php_xcache.dll
auto_globals_jit = Off
xcache.admin.user = "moo"
xcache.admin.pass = ""
xcache.size = 64M
xcache.count = 1
xcache.slots = 8K
xcache.var_size = 64M
xcache.var_count = 1
xcache.var_slots = 8K
xcache.test = Off
xcache.readonly_protection = Off
xcache.mmap_path=anonymous
xcache.coredump_directory = ""
xcache.cacher = On
xcache.optimizer = Off
xcache.coveragedump_directory = "/tmp/pcov/"
xcache.coveragedumper = Off
The thing is , I get either a 500 - Internal Server error, or simply a
blank page when installing XCache. Without xcache, everything works
fine.
I tried to add this line into my PHP.ini but with no result:
cgi.fix_pathinfo = 1
Here's the lighttpd error log which shows the regular error after
loading XCache:
2007-03-07 12:19:54: (log.c.75) server started
xc_fcntl_create: open(\tmp\.xcache.0.0.13439.lock, O_RDWR|O_CREAT, 0666)
failed:PHP Fatal error: XCache: can't create lock in Unknown on line 0
PHP Fatal error: XCache: failed init opcode cache in Unknown on line 0
PHP Fatal error: XCache: Cannot init in Unknown on line 0
PHP Fatal error: Unable to start XCache module in Unknown on line 0
xc_fcntl_create: open(\tmp\.xcache.0.0.27743.lock, O_RDWR|O_CREAT, 0666)
failed:PHP Fatal error: XCache: can't create lock in Unknown on line 0
PHP Fatal error: XCache: failed init opcode cache in Unknown on line 0
PHP Fatal error: XCache: Cannot init in Unknown on line 0
PHP Fatal error: Unable to start XCache module in Unknown on line 0
Any help is very appreciated.
Thank you ,



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks