> You get memory errors, just remove limits (64 MB address space are not > enough for sure).
As I mentioned later in my question - removing --limit-as 64 did not help either. If anything - it may have made things worse - I got SegFault (See my original post) Anyway, it seems like as you mentioned "async" and "ugreen" may also be useless (or are they causing harm ?) I went to uWSGI documentation ( http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html) and referred to "Deploying web2py" section It is really simple, and it WORKED !!!!! (To save you a click - here it is) [uwsgi]http = :9090chdir = path_to_web2pymodule = wsgihandlermaster = trueprocesses = 8 Now I need to make HTTPS and HTTP both work with uWSGI (so that I can access both the app, and web2py admin interface - to look at the tickets) but access to basic app is working. uWSGI seems to have plenty of options, so many that it is overwhelming (I'll try a few options and see if they help) -Mandar -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

