I was wondering if anyone else has gotten Trac to work with cherokee?

I found a mailing list posting[1] from August about passing extra environment variables to the cgi program. This is very helpful, unfortunately, the documentation for the cgi handler hasn't been updated, so it took crawling through the mailing list to find it.

Anyway, through much trial and error and RTFS of trac (oh how I LOVE open source), I was able to figure out that trac relies heavily on the SCRIPT_NAME environment variable. Setting that got the main trac page to come up properly. However, I am now having issues where I can't see any of the sub pages. Via more RTFS, I was able to figure out that it uses the PATH_INFO environment variable to determine what page you're trying to view. However, it appears that cherokee doesn't set this variable. Since it's a variable that changes based on what link a user clicks, it's not one that's a candidate for including in the conf file.

So, has anyone else gotten trac to work with cherokee? If so, how did you do it? Also, is there a compelling reason for not setting the PATH_INFO environment variable? Thanks

-John

P.S. I am really loving cherokee.  Thanks for the cool app.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to