Re: [web2py] Re: Nginx and Web2py

2012-03-19 Thread Marco Tulio Cicero de M. Porto
Thanks for all the answers. As I said before, I used the script that comes with web2py ( web2py/scripts directory). Installed and ran nginx and uwsgi right away. What didn't work was the creation of new apps from admin interface. At least not untill I started web2py manually (python2.6 web2py.py

Re: [web2py] Re: Nginx and Web2py

2012-03-17 Thread Bruce Wade
Ubuntu 11.10, setup-web2py-nginx-uwsgi-ubuntu.sh. When it didn't work I changed the file and submitted it back to the community. The install for uwsgi-python doesn't work instead you need to change to: apt-get -y install uwsgi uwsgi-plugin-python Then update the path you save the configuration fi

[web2py] Re: Nginx and Web2py

2012-03-17 Thread pbreit
What script did you use? What server are you on? What did it do when it "didn't work"?

[web2py] Re: nginx and web2py

2011-06-10 Thread peter
Thanks. I had already made cache and the files within writeable by all. I tried making the directories of web2py writeable to all, to no benefit, so I rather drastically made everything within my application writeable by all. This did sort out the problem. I probably ought to go back now and narro

Re: [web2py] Re: nginx and web2py

2011-06-10 Thread Anthony
See http://web2py.com/book/default/chapter/08#Auth-and-Mail On Friday, June 10, 2011 6:49:07 AM UTC-4, anil manikyam wrote: > > > how i will send mail to others using web2py > > > > -- > @n!l m@n!ky@m >

Re: [web2py] Re: nginx and web2py

2011-06-10 Thread anil manikyam
def login(): if db((db.table1.username)== request.vars.visitor_name).select(): redirect(URL('index')) else: msg='invalid syntax' return dict(display_msg=msg) {{= {{=display_string}} i tried it but when this display_string used in form it printed before the

[web2py] Re: nginx and web2py

2011-06-10 Thread JorgeH
Cool Goood to know BTW, what was the setup guide you say you followed?

Re: [web2py] Re: nginx and web2py

2011-06-10 Thread anil manikyam
how i will send mail to others using web2py -- @n!l m@n!ky@m

[web2py] Re: nginx and web2py

2011-06-10 Thread cjrh
On Jun 9, 10:34 pm, peter 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 t