lighttpd forum XCache > Admin doesn't work

Posted by OverlordQ (Guest)
on 11.04.2008 22:28
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.
Posted by moo XCache
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
Posted by Thomas (Guest)
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?