Deploying Pylons with uWSGI

2020-07-12 15:05发布

问题:

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

回答1:

Here is how I did it:

http://tonylandis.com/python/deployment-howt-pylons-nginx-and-uwsgi/



回答2:

You can directly use paste for deploying pylons on uWSGI:

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



回答3:

The Pylons documentation contains very detailed instructions about deployment.

Is there anything specific that isn't working properly?