Deploying Pylons with uWSGI

不羁的心 提交于 2019-12-21 17:14:37

问题


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?



来源:https://stackoverflow.com/questions/2217679/deploying-pylons-with-uwsgi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!