Re: [web2py] Passenger WSGI Session

2013-02-11 Thread Vaibhav Kapoor
Thank you for your response but I finally figured out the problem. To make RPC calls it seems that user needs to be authenticated on Dreamhost, so when I login with my app: > user:pass@*www.*app.dreamhost.com/app/default/call/jsonrpc Another important thing to remember is that without the www

[web2py] Re: Logging in with applications.

2013-02-04 Thread Vaibhav Kapoor
models/db.py from gluon.tools import Auth,Crud, Service, prettydate from gluon.contrib.login_methods.basic_auth import basic_auth import datetime crud, service = Crud(db), Service(), auth = Auth(db) auth.define_tables(username=True) auth.settings.allow_basic_login = True auth.settings.hmac_key =

Re: [web2py] Passenger WSGI Session

2013-01-28 Thread Vaibhav Kapoor
ssenger if you can avoid it... > > Richard > > > On Sun, Jan 27, 2013 at 8:53 PM, Vaibhav Kapoor > > > wrote: > >> Hi, I was really hoping I wouldn't run into trouble if I had purchased >> shared hosting, but it seems I am somewhat stuck and unsure

[web2py] Passenger WSGI Session

2013-01-28 Thread Vaibhav Kapoor
Hi, I was really hoping I wouldn't run into trouble if I had purchased shared hosting, but it seems I am somewhat stuck and unsure how to continue. I have been working extensively with jsonrpc service call and have them working well. For the time being I have simple authentication user:p...@web

[web2py] serving subdomain hosted outside web2py application

2010-11-12 Thread vaibhav
e should be a simple way to handle this but couldn't find a solution, could you help me out. Thanks and regards Vaibhav Mishra