Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我决定使用uWSGI在我的网站上运行 Python。我想允许执行独立的 Python 脚本,例如http://domain.com/signup.py左右。有没有可能的方法来做到这一点?我仔细搜索了解决方案,但仍然没有找到任何东西。
uWSGI
您要完成的是运行 CGI 脚本。所以你必须使用 uWSGI cgi 插件:https ://uwsgi-docs.readthedocs.org/en/latest/CGI.html
这是一个与python无关的通用插件。