We're trying to move our intranet to Pylons. My boss is trying to set up Pylons to use uWSGI behind Apache so he can set up multiple, independent applications. However, he's having a difficult time getting it set up, with some apparent code problems in the C source code for uWSGI. Does anyone have any suggestions for how to deploy Pylons applications that might help us out?

Thanks,

Doug

link|improve this question
It's worth noting that you can not just run uwsgi and then connect to it, like you would with paste. It has to be connected to via a webserver. – Ben Aug 19 '10 at 18:23
feedback

3 Answers

You can directly use paste for deploying pylons on uWSGI:

http://projects.unbit.it/uwsgi/wiki/UsePaste

link|improve this answer
feedback

The Pylons documentation contains very detailed instructions about deployment.

Is there anything specific that isn't working properly?

link|improve this answer
In the link nothing is said about uwsgi. – qliq Oct 31 '11 at 19:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.