Possibly not the right place to ask but #pylons on freenode is stone- cold dead and I can't find any relevant documentation about this (apart from the stuff I'll outline here) I'm having some problems setting up a pylons app behind Lighttpd with fastcgi. The application works perfectly, but all urls that are generated using pylons.url() have the /appname.fcgi/ added at the beginning.
On this wiki page[1] there's a section called "Fixing Broken Routes" which describes this problem exactly and describes a solution for it. I've implemented this solution in this commit[2] to my project, however the problem persists. Does anyone else have experience with this problem or with setting pylons apps up in this kind of environment? I'd really appreciate any help at all. [1]: http://wiki.pylonshq.com/display/pylonscookbook/Production+Deployment+Using+Apache%2C+FastCGI+and+mod_rewrite [2]: https://github.com/kopf/porick/commit/8561ba51ae0a9a201cecfa7dac5b948468e7354c -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
