[web2py] remote admin access errors

2010-10-22 Thread Triquetra
I am running web2py (1.86.2) on Debian Lenny with Nginx and uwsgi. This is a local test server that I have physical access to. I can access the welcome and admin pages from the server (localhost), so it appears the admin interface is working. And I can access the welcome app from other computers

[web2py] Re: remote admin access errors

2010-10-23 Thread Triquetra
    raise HTTP(200, T('Admin is disabled because insecure channel')) > > is uwsgi not setting wsgi_url_scheme? > > On Oct 22, 10:33 pm, Triquetra > wrote: > > > I am running web2py (1.86.2) on Debian Lenny with Nginx and uwsgi. > > This is a local test server

[web2py] Re: remote admin access errors

2010-10-23 Thread Triquetra
Thank you, that worked. I also had to create a symbolic link (parameters_443.py) pointing to the password file (parameters_8000.py) in order to get rid of the "unable to access password file" error. On Oct 23, 12:44 pm, "Roberto De Ioris" wrote: > > Thank you for the quick reply. > > > I'm not s

[web2py] Re: uWSGI examples page updated for web2py

2010-10-25 Thread Triquetra
I read the example with great interest, but I don't understand why "3 Web2Py instances, one XML configuration" is better than multiple configuration files. I'm not saying it's not better, I just really don't understand it. It would seem that either way, one still has 3 uwsgi instances and 3 web2p

[web2py] Pyramid on Web2py

2011-09-18 Thread Triquetra
See http://web2pyramid.pylonsproject.org/ There is very little information about this on the net. The link on the site just points to the pylons project on github. Is this legitimate? or is this just an attempt to divert web2py traffic to pylons/pyramid?

[web2py] Re: Contribution

2011-10-21 Thread Triquetra
I think a standalone workflow system is too high level. Workflow type systems (among other things) can be more than adequately developed with robust access control mechanisms. I'd like to see web2py's access control beefed up (thus permitting easy development of workflows, among other things). S

[web2py] Re: Contribution

2011-10-24 Thread Triquetra
ated by the content of a field). > On Friday, October 21, 2011 3:54:26 PM UTC-4, Triquetra wrote: > > > I'd like to see > > web2py's access control beefed up (thus permitting easy development of > > workflows, among other things).  Specifically, the current web2py

[web2py] Re: Contribution

2011-10-27 Thread Triquetra
ething... > > It would be great if it is possible... > > Richard > > On Wed, Oct 26, 2011 at 2:03 PM, Richard Vézina > > > > > > > > wrote: > > And why the object could not be a query that can return a list of records > > having the state you ar

[web2py] Re: Contribution

2011-10-27 Thread Triquetra
I'm sure assistance with documentation would be appreciated by all! On Oct 26, 10:16 am, Hong-Khoan Quach wrote: > I want to thank you all for your suggestions so far and please > post further suggestions :). > > Massimo, Anthony or other contributors/committers, do you > have anything on your TO

Re: [web2py] Re: cas_auth.py

2011-04-19 Thread Triquetra
I'm having this same issue using cas_auth. I'm running my own CAS appliance. My applications successfully redirects to CAS on login, but not on registration. When I try to login, I get an "invalid login" error, I presume because the registration was never entered into CAS, but only in the lo