开发者

I'm running nginx with fastcgi, is that all I need to serve python apps also?

开发者 https://www.devze.com 2023-01-06 11:41 出处:网络
I\'m running ubuntu with nginx with fastcgi, is that al开发者_如何学Pythonl I need to serve python apps also?You\'ll probably also need flup to bridge wsgi and fcgi.You obviously need Python, and what

I'm running ubuntu with nginx with fastcgi, is that al开发者_如何学Pythonl I need to serve python apps also?


You'll probably also need flup to bridge wsgi and fcgi. You obviously need Python, and whatever libraries your app depends upon. Likely need a database and the appropriate connectors as well, but that should all be in the documentation of whatever project you're trying to host (or framework you're using to write with).

Short answer: almost.

0

精彩评论

暂无评论...
验证码 换一张
取 消