Re: [web2py] Re: nginx with bultin uwsgi module

2011-03-18 Thread Michele Alzetta
On Thu, Mar 17, 2011 at 7:49 PM, pbreit pbreitenb...@gmail.com wrote: I just copied my parameters_8000.py to parameters_443.py I think it needs to be 443 since that's the https port. So: web2py$ cp parameters_8000.py parameters_443.py That did it. I now have access to the administrative

Re: [web2py] Re: nginx with bultin uwsgi module

2011-03-17 Thread Michele Alzetta
You can find web2py configuration example here: http://projects.unbit.it/uwsgi/wiki/Example#Web2Py2uWSGI I tried uwsgi + nginx + web2py and got everything working, including https, except for access to web2py administrative interface which is refused because - error message - the password

Re: [web2py] Re: nginx with bultin uwsgi module

2011-03-17 Thread Vasile Ermicioi
you need a parameters_9001.py file, you can create one by running web2py on localhost I renamed parameters_8000.py to parameters_#mypoort.py

[web2py] Re: nginx with bultin uwsgi module

2011-03-17 Thread VP
Currently I have apache, wsgi set up. But I would very like to try this. Do we have a slide (guide) for this set up? Thanks.

[web2py] Re: nginx with bultin uwsgi module

2011-03-17 Thread Michele Alzetta
On 17 Mar, 18:47, Vasile Ermicioi elff...@gmail.com wrote: you need a parameters_9001.py file, you can create one by running web2py on localhost I renamed parameters_8000.py to parameters_#mypoort.py Thanks for the hint, tried it and it didn't work. Very strange

[web2py] Re: nginx with bultin uwsgi module

2011-03-17 Thread pbreit
I just copied my parameters_8000.py to parameters_443.py I think it needs to be 443 since that's the https port. So: web2py$ cp parameters_8000.py parameters_443.py

Re: [web2py] Re: nginx with bultin uwsgi module

2010-10-10 Thread Michele Alzetta
I'm not sure I understand what the advantage of wsgi would be, in any case if somebody finds it useful here is the part of my nginx.conf with which I run web2py with https access on a remote server; if somebody could post instructions on running web2py through wsgi on nginx I would like to test

Re: [web2py] Re: nginx with bultin uwsgi module

2010-10-10 Thread Roberto De Ioris
I'm not sure I understand what the advantage of wsgi would be, in any case if somebody finds it useful here is the part of my nginx.conf with which I run web2py with https access on a remote server; if somebody could post instructions on running web2py through wsgi on nginx I would like to

[web2py] Re: nginx with bultin uwsgi module

2010-09-30 Thread KMax
Glad you note this, but no documentaions on top. I like nginx , but apache-wsgi is more documented so used. If any one have links to nginx-wsgi docs please share. On 30 сен, 19:12, elffikk elff...@gmail.com wrote: http://nginx.org/