Hi,

I'm trying to deploy a django powered site using cherokee. The site uses the
piwik (web analytics).
Having already setup cherokee to server the django app (using scgi), I would
like to have piwik setup in /stats "directory" (http://example.com/stats)
but can't get the setup to work.

How to achive that php is enabled for a single "directory" on the site,
while the rest of the site is taken care of by django.

This is my current attempt at resolving the problem.

^/stats/([^\/]*).php([^\/]*)$    Regular Expression    FastCGI
/stats    Directory    List & Send    No    Yes    No
/admin_media    Directory    Static content
/media    Directory    Static content
Default    Default    SCGI

Am I going about this completly the wrong way, or am I just missing the
obvious.

Any insight would be welcome, since i would really like to switch over from
apache + mod_python setup in use now.

Cheers,

Mitja Pagon
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to