[web2py] Re: Comparison doc for hosting a web2py app

2017-02-03 Thread Alex Glaros
I meant they charge me $22 per month. The package includes Postgres db. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message becaus

[web2py] Re: Comparison doc for hosting a web2py app

2017-02-03 Thread Ron Chatterjee
How do rack up $200/ month? I thought they only charge me $5 a month. Isn't that python anywhere is already assembled nicely to host web2py app as oppose to others. Doesn't that comes into play for efficiency? I never deployed anything on Amazon. How is that experience like? On Friday, Februa

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Dave S
On Friday, February 3, 2017 at 3:17:25 PM UTC-8, Ramos wrote: > > im not refering to admin interface. > I cannot log a regular user via http. > only https allows any user to log . > > Any ideas? > regards > > Can you show us the nginx script that the tool script installed? /dps -- Resources: -

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
im not refering to admin interface. I cannot log a regular user via http. only https allows any user to log . Any ideas? regards 2017-02-03 21:24 GMT+00:00 Michael Messmer : > I think its the its how the script is built out. The way this comments > reads: > > * For the administrative interface

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Michael Messmer
I think its the its how the script is built out. The way this comments reads: * For the administrative interface to work, the web2py app must be mounted to and accessed through an HTTPS-enabled site. You would usually mount the app to two websites - HTTPS-disabled one for normal access, and HT

[web2py] Re: memory leak - model remains in memory after requests

2017-02-03 Thread MarkEdson AtWork
I found a similar issue with a db.py module with code like this in it... from gluon.packages.dal.pydal import DAL, Field db = DAL("sqlite://storage.sqlite") db.define_table( "test", Field("myid", default=DEFAULT_VALUE, length=15), Field("name", default=DEFAULT_VALUE

[web2py] Re: Comparison doc for hosting a web2py app

2017-02-03 Thread Alex Glaros
need to have more performance metrics posted on a permanent page somewhere to compare (and someone to update). Example, does host provide Redis For my instance, PythonAnywhere runs on a $200/month Amazon "m3.xlarge" machine, which should be able to handle a lot of traffic. Example, one of Pyt

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
#!/bin/env python2.7 """ Web2py install/uninstall script for WebFaction using the latest stable source code from http://www.web2py.com/examples/static/web2py_src.zip. This installs web2py for Python 2.7, served via Nginx 1.8.0 and uWSGI 2.0.10. The web2py files are found in ~/webapps//web2py. I

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
i´m using webfaction hosting this was the script to install web2py https://github.com/wsfulmer/webfaction-web2py-nginx-uwsgi-installer thank u 2017-02-03 17:21 GMT+00:00 Áureo Dias Neto : > How are hosted your app? > > show the command you used to start the server > > 2017-02-03 15:19 GMT-02:0

Re: [web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread Áureo Dias Neto
How are hosted your app? show the command you used to start the server 2017-02-03 15:19 GMT-02:00 António Ramos : > no ideas? > am i the bug :) > > 2017-02-02 15:50 GMT+00:00 António Ramos : > >> Hello i try to log into my app via http and it keeps asking me the login >> credentials but if i cha

[web2py] Re: cannot access my app via http. only via https

2017-02-03 Thread António Ramos
no ideas? am i the bug :) 2017-02-02 15:50 GMT+00:00 António Ramos : > Hello i try to log into my app via http and it keeps asking me the login > credentials but if i change the url to https i log in immediately > I´m using a regular user account, not admin! > > > How can it be? > > Regards > Ant

[web2py] Re: Facebook Connect for web2py is ready!

2017-02-03 Thread Wabbajack
Im sorry i think i know this post is way back... but for now im trying to do what your discussing but i cant get it to work... am i missing something? 1. i downloaded the file and run it as what it mention >> no display (already added my APP ID and Key in default) 2. Also ive tried the tutorial