Apache/2.2.8 PHP/5.2.5-3 with Suhosin-Patch Try to login but it keeps asking for username/password even though I put in the correct values. [xcache.admin] xcache.admin.enable_auth = On # Configure this to use admin pages xcache.admin.user = "overlordq" xcache.admin.pass = "a71d07cc7c6f7211b31139cfe596d414" Yes the md5sum is correct, yes I'm using the right password.
on 11.04.2008 22:28
on 14.04.2008 08:37
OverlordQ wrote: > Apache/2.2.8 PHP/5.2.5-3 with Suhosin-Patch > > Try to login but it keeps asking for username/password even though I put > in the correct values. > > [xcache.admin] > xcache.admin.enable_auth = On > # Configure this to use admin pages > xcache.admin.user = "overlordq" > xcache.admin.pass = "a71d07cc7c6f7211b31139cfe596d414" > > Yes the md5sum is correct, yes I'm using the right password. no idea btw, 5.2.5 should not be used, downgrade to 5.2.4
on 21.04.2008 16:26
I experience the very same problem. My guess is that you are running php with fastcgi. In that case the authentication headers might be not correctly passed, unless configured. I am running xcache from trunk, disabling the authentication did not work neither. xcache.admin.enable_auth = Off xcache uses the configured php.ini for the fastcgi process, doesn't it?

