Hi, I'm trying to fix xcache on my server but I have so many strange
problems.
My setup: Apache 2.2.1, PHP 5.3.9, mod_fcgid/2.3.6 and Apache suEXEC.
My problem is if I change xcache_size tha takes affect when I restart,
but if I change admin_enable or var size that doesn't take effect.
So when I try to login I get this:
Fatal error: xcache_count() [<a href='
http://xcache.lighttpd.net/wiki/
InstallAdministration'>
http://xcache.lighttpd.net/wiki/
InstallAdministration</a>]: 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/h3s/public_html/
xcache/xcache.php on line 211
and it logs xcache is complaing about 0 byte var cache size.
How can I fix this?
; Directory in which the loadable extensions (modules) reside.
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-
zts-20090626"
extension="xcache.so"
[xcache.admin]
xcache.admin_enable_auth="on"
xcache.admin_pass="xx"
xcache.admin_user="user"
[xcache]
xcache.cacher="On"
xcache.coredump_directory=""
xcache.count="4"
xcache.coveragedump_directory="/tmp/pcov/"
xcache.coverager="On"
xcache.gc_interval="0"
xcache.mmap_path="/dev/zero"
xcache.optimizer="Off"
xcache.readonly_protection="Off"
xcache.size="128M"
xcache.slots="8K"
xcache.test="Off"
xcache.ttl="0"
xcache.var_count="2"
xcache.var_gc_interval="300"
xcache.var_maxttl="0"
xcache.var_size="0"
xcache.var_slots="8K"
xcache.var_ttl="0"