Bug in cherokee <0.99.20

If you’re trying to use cherokees ‘Advanced Virtual Hosting’ and a ‘File exists’ rule it will not work.
The rule is not matching any files. Without the AVHosting the rule is working well.
I already reported this bug and it’s fixed in the latest svn version. So if you need to work with AVHosting and this rule [...]

CakePHP and Cherokee

Getting CakePHP working with cherokee is really simple:
First put your CakePHP files into any directory. For me it’s /home/daniel/Web/dcms
You can delete all the .htaccess files:
/.htaccess
/app/.htaccess
/app/webroot/.htaccess
Add a new virtual host to cherokee, set the document root to the CakePHP webroot:
/home/daniel/Web/dcms/app/webroot
Directory Indexes should be set to index.php
Add a new PHP rule – with the new wizard it’s [...]