Flask Documentation (1.1.x)Configuring Apache Configuring lighttpd Configuring nginx Running FastCGI Processes Debugging CGI Creating a .cgi file Server Setup Standalone WSGI Containers There are popular servers written in Python by the web server. Different python interpreters being used. CGI If all other deployment methods do not work, CGI will work for sure. CGI is supported by all major servers but usually has a sub-optimal application on Google’s App Engine [https://cloud.google.com/appengine/docs/], where execution happens in a CGI-like environment. Watch Out Please make sure in advance that any app.run() calls you might have in0 码力 | 428 页 | 895.98 KB | 1 年前3
Flask Documentation (1.1.x)the web server. • Different python interpreters being used. CGI If all other deployment methods do not work, CGI will work for sure. CGI is supported by all major servers but usually has a sub-optimal also the way you can use a Flask application on Google’s App Engine, where execution happens in a CGI-like environment. Watch Out Please make sure in advance that any app.run() calls you might have in always start a local WSGI server which we do not want if we deploy that application to CGI / app engine. With CGI, you will also have to make sure that your code does not contain any print statements,0 码力 | 291 页 | 1.25 MB | 1 年前3
共 2 条
- 1
相关搜索词













