问题
Yesterday I have found information about G-WAN server.
I have searched many websites but I couldn't discover how to run frameworks like Web2Py which is more complex then simple hello.py
file.
Is there an easy way to do this?
Maybe uWSGI support?
回答1:
G-WAN supports the CGI interface
, so the CGI environment variables
are already there. Usually, Web frameworks are built over this layer.
If uWSGI
provides more environment variables that are needed for your project then please drop us a line at gwan.com to explain more precisely what you need.
来源:https://stackoverflow.com/questions/27088044/running-web2py-on-g-wan-generally-pythons-framework-on-g-wan