Running Web2Py on G-WAN (generally Python's fr

2019-08-03 12:16发布

问题:

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.