[web2py] Re: web2py admin interface ssh tunnel

2013-08-21 Thread Massimo Di Pierro
No difference. The former allows you to specify which Python version to use if you have more than one installed. On Wednesday, 21 August 2013 01:04:16 UTC-5, Jayadevan M wrote: > > I am following the recipe to use a new instance of web2py along with ssh > tunneling to access the web2py admin int

Re: [web2py] Re: Web2py Admin interface

2012-06-14 Thread Kevin Miller
Thanks y'all. On Thu, Jun 14, 2012 at 9:35 AM, Michele Comitini < michele.comit...@gmail.com> wrote: > Or use ssh to make a tunnel: > > ssh -L 18000:localhost:8000 > > then access your web2py as: > http://localhost:18000/admin > > mic > > > 2012/6/14 Anthony : > > Access it over HTTPS. > > > > >

Re: [web2py] Re: Web2py Admin interface

2012-06-14 Thread Michele Comitini
Or use ssh to make a tunnel: ssh -L 18000:localhost:8000 then access your web2py as: http://localhost:18000/admin mic 2012/6/14 Anthony : > Access it over HTTPS. > > > On Thursday, June 14, 2012 10:12:54 AM UTC-4, dundee wrote: >> >> Hi all, >> >> I just realize that the admin interface in we

[web2py] Re: Web2py Admin interface

2012-06-14 Thread Anthony
Access it over HTTPS. On Thursday, June 14, 2012 10:12:54 AM UTC-4, dundee wrote: > > Hi all, > > I just realize that the admin interface in web2py is disabled in > production mode. I though it would be available so I can securely manage > all my tables (CRUD). > I know there must be way to do