I agree a little with GoldenTiger, I recently changed my 20 web2py applications that were hosted in different webfaction accounts,
I figured out that Linode with stack script is better, easy and less expensive. In 10 minutes you have a web2py application running on Linode with Uwsgi and Nginx, just need to use the script that comes with web2py as a stack script on Linode. webfaction is very nice if you have only one low traffic website. I recommend Linode. $19 512RAM http://www.linode.com/ 1. Click in deploy a linux distro and choose Ubuntu 10.04 64 bits 2. downloa and run this script: http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh 3. go to the DNS manager and include your domain and click 'OK' Thats it. 10 minutes web2py running on VPS. On Tue, Jun 28, 2011 at 8:43 PM, GoldenTiger <[email protected]> wrote: > I have reviewed over 20 differents shared hosting, I can share a very > complete list of web2py hosting I wrote , including speed tests, > custom modules supported, fcgi/wsgi, nginx / lighttpd (still shared > hosting) > > Personally, my experience with webfaction WAS NOT GOOD. My web2py > websites, often were slow or down, so I created a ticket. > Guess what they answered me!! using another framework instead > web2py ! > After I received that mail, I had to cancell my account, since my > priority is web2py, not webfaction. > > Here the log: > ---------------- > > I am very unhappy with the service. My websites are slow and are > innacesibles 50% of the time. > > If no solution provided for me, I'll have to cancel my account > > > > examples of websites i can't connect: > > > > vecinos.razonaqui.es > > apps.web2py.es > > subin.tv > > The problem you are seeing is not caused by the web server. Right now, > you have all of these domains going to one application: > > https://panel.webfaction.com/site/list > > Your application, named "test", is listening on port 54825. It cannot > handle the simultaneous connections from these different domains. > > To fix the problem, you should have only one domain point to one > application. Also, you may want to consider using applications more > stable than web2py. These problems are coming from web2py, and not > from the server. > > Please let us know if you have any specific questions regarding re- > organizing your websites. > > Regards, > > Ryan S. > WebFaction Support > -- > WebFaction - Smarter web hosting > > > On 28 jun, 21:57, "Sebastian E. Ovide" <[email protected]> > wrote: > > I confirm that IPage has very poor technical support... nevertheless I've > > installed web2py (with CGI) and it works !.... even if it is VERY slow... > I > > would not recommend it ! > > > > > > > > On Tue, Jun 28, 2011 at 8:51 PM, DenesL <[email protected]> wrote: > > > > > Sometimes it is like that, just a waste of time trying to figure out > > > what is really supported behind all those marketing ads, and that is > > > exactly why we should have this list of proven hosting sites. > > > > > Thanks to all that have shared their experience so far. > > > Keep it coming, there ought to be more. > > > > > On Jun 28, 3:06 pm, GoldenTiger <[email protected]> wrote: > > > > I did a large search over the net, chatting with technical support, > > > > doing next questions: > > > > > > 1 –Python Version installed > > > > 2- Possibility of install new modules? virtualenv? > > > > 3- SSH shell enable? / HTTPs? > > > > > > I did copy/paste inhttp://blog.web2py.es (my personal notes about > > > > web2py) > > > > > > Log with JustHosthttp:// > > > blog.web2py.es/hosting-web2py/buscando-hosting-web2py-justhost... > > > > > > Log with CirtexHosting.comhttp:// > > > blog.web2py.es/hosting-web2py/buscando-hosting-web2py-cirtexho... > > > > > > Log with IPage.comhttp:// > > > blog.web2py.es/hosting-web2py/buscando-hosting-web2py-www-ipag... > > > > > > More logs...http://blog.web2py.es/category/hosting-web2py/page/4/ > > > > > > On Jun 28, 6:21 pm, Vasile Ermicioi <[email protected]> wrote: > > > > > > > +1 for webfaction, soon I will post a website built with web2py and > > > hosted > > > > > by webfaction, > > > > > I am very happy with them > > > > -- > > Sebastian E. Ovide >

