On Jun 9, 10:34 pm, peter <[email protected]> wrote: > I am trying to get web2py going with nginx on a remote server. > > When I try running it via uswgi and nginx, using wsgihandler.py, it
> The VPS uses Centos 5.5, and I am running things on python2.6.1, > web2py version 1.96.3 I am running a site using exactly the same setup. The files and folders must be writable for the same process under which uwsgi is running. If you followed the same setup guide that I did, then you probably created a "uwsgi" user and group. The web2py folders must be writeable for that user. BTW, for anyone else reading this, setting up nginx was *much* easier than setting up apache, and with a smaller memory footprint. I am pretty sure I will never again use apache.

