Re: [web2py] Nginx and Web2py

2012-03-16 Thread Bruno Rocha
what did not work? did you installed uwsgi + nginx + web2py ? you dont need to start web2py manually on command line, uwsgi will do that for you. Checklist DNS - Is your DNS pointing to your server IP? www.domain.com gives you what? NGINX server file for your application - /etc/nginx/sites-ava

[web2py] Nginx and Web2py

2012-03-16 Thread Marco Tulio Cicero de M. Porto
Hi! I was having trouble on running web2py on nginx, but then I ran the script that comes within web2py and it installed. After that, I tried creating an app, but it didn't work. Then I stopped the server and started web2py like this: python2.6 web2py.py and then restarted nginx. I was able to cre

[web2py] nginx and web2py

2011-06-09 Thread peter
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 works with the welcome application. However when I try another application it gives me an error that it cannot find .../cache/ cache.shelve. This other application wor