Re: [web2py] Re: Memory problems on Webfaction

2012-07-05 Thread Johann Spies
On 3 July 2012 18:01, Alec Taylor wrote: > Any ideas on how I should proceed? > > (Nothing is running on that port number) > > Thanks for all suggestions, > > If I remember correctly the support people from Webfaction helped me to identify the correct port number after my first effort ended simil

[web2py] Re: Memory problems on Webfaction

2012-07-03 Thread Alec Taylor
Alright, I wrote this up as a guide (to help others in same situation): Go to https://my.webfaction.com/applications and add this as an application, keep note of port for below (replace "yourporthere" with it): ### $ curl http://projects.unbit.it/downloads/uwsgi-1.2.3.tar.gz > uwsgi-1.2.3.

Re: [web2py] Re: Memory problems on Webfaction

2011-10-13 Thread MidGe
Yes, I did. They were very keen to help but they quickly sent me back to this group for some help.

Re: [web2py] Re: Memory problems on Webfaction

2011-10-13 Thread Johann Spies
On 13 October 2011 10:27, MidGe wrote: > hiya spyker, > > Sure, I did that. I am getting to the login stage and getting thru.. but > then it seems the entire system goes amnesiac and wants me to log in again. > > I find the support people of Webfaction very helpful. Did you approach them? Rega

Re: [web2py] Re: Memory problems on Webfaction

2011-10-13 Thread MidGe
hiya spyker, Sure, I did that. I am getting to the login stage and getting thru.. but then it seems the entire system goes amnesiac and wants me to log in again.

Re: [web2py] Re: Memory problems on Webfaction

2011-10-12 Thread Johann Spies
On 13 October 2011 06:44, MidGe wrote: > hello elffikkl, > > I tried your suggestion, but I am not having your success. > > The install succeed, but the admin fails. It keeps requesting me to log > in although it does recognize my password as valid! > > Any suggestions? > > I have another 5 day

Re: [web2py] Re: Memory problems on Webfaction

2011-10-12 Thread MidGe
hello elffikkl, I tried your suggestion, but I am not having your success. The install succeed, but the admin fails. It keeps requesting me to log in although it does recognize my password as valid! Any suggestions? I have another 5 days left on this webfaction account if anything is worth

Re: [web2py] Re: Memory problems on Webfaction

2011-09-16 Thread Johann Spies
Thanks for your answers Vasile. I can now make https contact to my test setup but not /admin. For some reason the process does not recognise my parameters_443.py file that I copied from the old installation. Regards Johann -- May grace and peace be yours in abundance through the full knowledg

Re: [web2py] Re: Memory problems on Webfaction

2011-09-16 Thread Vasile Ermicioi
> > Do I stop this process again before proceeding? yes What determines the port number? this is the port given by webfaction when you create a custom app you should go to applications and to select App category: custom App type:* Custom app(listening on port) In this configuration the socket r

Re: [web2py] Re: Memory problems on Webfaction

2011-09-16 Thread Johann Spies
Thanks Vasile for this instructions. Excuse my ignorance but I know very little about how uwsgi works so I have some further questions (please see below): [web2py] > wget http://www.web2py.com/examples/static/web2py_src.zip > unzip web2py_src.zip > python2.7 web2py.py #seems needed before using i

Re: [web2py] Re: Memory problems on Webfaction

2011-08-25 Thread Vasile Ermicioi
thank yo Anthony :)

Re: [web2py] Re: Memory problems on Webfaction

2011-08-25 Thread Anthony
On Wednesday, August 24, 2011 11:55:20 AM UTC-4, elffikk wrote: > > > - please add my website (fermer.md) to web2py powered websites > Done.

[web2py] Re: Memory problems on Webfaction

2011-08-25 Thread robsan
This is great Vasile! Will try it and report back. On Aug 24, 4:55 pm, Vasile Ermicioi wrote: > [web2py] > wgethttp://www.web2py.com/examples/static/web2py_src.zip > unzip web2py_src.zip > python2.7 web2py.py #seems needed before using it > > [uwsgi] > wgethttp://projects.unbit.it/downloads/uwsgi

Re: [web2py] Re: Memory problems on Webfaction

2011-08-24 Thread Vasile Ermicioi
[web2py] wget http://www.web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip python2.7 web2py.py #seems needed before using it [uwsgi] wget http://projects.unbit.it/downloads/uwsgi-0.9.8.3.tar.gz tar xvzf uwsgi-0.9.8.3.tar.gz cd uwsgi-0.9.8.3 /home/yourname/bin/python2.7 uwsgiconfig.py

Re: [web2py] Re: Memory problems on Webfaction

2011-08-24 Thread Johann Spies
On 24 August 2011 13:27, Vasile Ermicioi wrote: > glad to see that I was helpful > my personal experience with webfaction is a great one, thanks to nginx, > uwsgi and of course web2py :) > > now uwsgi has a http protocol, and nginx installation is not needed anymore > > I will post later what and

[web2py] Re: Memory problems on Webfaction

2011-08-24 Thread Massimo Di Pierro
Please do... this is interesting! On Aug 24, 6:27 am, Vasile Ermicioi wrote: > glad to see that I was helpful > my personal experience with webfaction is a great one, thanks to nginx, > uwsgi and of course web2py :) > > now uwsgi has a http protocol, and nginx installation is not needed anymore >

Re: [web2py] Re: Memory problems on Webfaction

2011-08-24 Thread Vasile Ermicioi
glad to see that I was helpful my personal experience with webfaction is a great one, thanks to nginx, uwsgi and of course web2py :) now uwsgi has a http protocol, and nginx installation is not needed anymore I will post later what and how I use now

[web2py] Re: Memory problems on Webfaction

2011-08-24 Thread robsan
I would say so, with 2 uwsgi and 2 nginx instances the total is ~24Mb. :) On Aug 24, 11:11 am, Johann Spies wrote: > On 24 August 2011 11:51, robsan wrote: > > > Check out this thread > >https://groups.google.com/group/web2py/browse_thread/thread/24b6d1b3a... > > > I followed Vasile's indication

Re: [web2py] Re: Memory problems on Webfaction

2011-08-24 Thread Johann Spies
On 24 August 2011 11:51, robsan wrote: > Check out this thread > https://groups.google.com/group/web2py/browse_thread/thread/24b6d1b3a51eebb6 > > I followed Vasile's indications and it's working great! > > Thanks robsan. Did it make a significant difference to the memory consumption on Webfaction

[web2py] Re: Memory problems on Webfaction

2011-08-24 Thread robsan
Check out this thread https://groups.google.com/group/web2py/browse_thread/thread/24b6d1b3a51eebb6 I followed Vasile's indications and it's working great! On Aug 23, 8:42 pm, Johann Spies wrote: > On 23 August 2011 21:36, Gour-Gadadhara Dasa wrote > > > On Tue, 23 Aug 2011 21:21:50 +0200 > >

[web2py] Re: Memory problems on Webfaction

2011-08-23 Thread Gour-Gadadhara Dasa
On Tue, 23 Aug 2011 21:42:39 +0200 Johann Spies wrote: > I have read mentions of nginx on this list but know about nothing > about it. Can this be done on Webfaction? How? Check forums...I'm not on Webafcation since quite some time, but, iirc, there was thread in the forums how to install it. P

Re: [web2py] Re: Memory problems on Webfaction

2011-08-23 Thread Johann Spies
On 23 August 2011 21:36, Gour-Gadadhara Dasa wrote > On Tue, 23 Aug 2011 21:21:50 +0200 > Johann Spies > wrote: > > > I experience memory usage problems on Webfaction from time to time. > > Even after doubling the initial configuration from 80Mb to 160Mb I > > get messages like intermittently th

[web2py] Re: Memory problems on Webfaction

2011-08-23 Thread Gour-Gadadhara Dasa
On Tue, 23 Aug 2011 21:21:50 +0200 Johann Spies wrote: > I experience memory usage problems on Webfaction from time to time. > Even after doubling the initial configuration from 80Mb to 160Mb I > get messages like intermittently this from Webfaction: Install your own instance of nginx, Cherokee.