Re: [web2py] Problems with ssh tunnel to run cherokee-admin and configure web2py

2011-01-10 Thread Offray Vladimir Luna Cárdenas
Hi, El 10/01/11 14:38, pbreit escribió: > I'm not sure why '-N' would be necessary. I don't seem to need it on > RackSpace Cloud Ubuntu 10.04. > > The '-b' flag defeats the purpose. '-b' enables you to connect to Cherokee > admin over any port (ie, http://173.230.137.80/admin). Omitting '-b' is

Re: [web2py] Problems with ssh tunnel to run cherokee-admin and configure web2py

2011-01-10 Thread pbreit
I'm not sure why '-N' would be necessary. I don't seem to need it on RackSpace Cloud Ubuntu 10.04. The '-b' flag defeats the purpose. '-b' enables you to connect to Cherokee admin over any port (ie, http://173.230.137.80/admin). Omitting '-b' is what requires tunneling through localhost which i

Re: [web2py] Problems with ssh tunnel to run cherokee-admin and configure web2py

2011-01-10 Thread Offray Vladimir Luna Cárdenas
Hi again, El 10/01/11 13:13, Offray Vladimir Luna Cárdenas escribió: > Hi all, > > > I have being testing cherokee + uWSGI for serving web2py. Locally they > work fine, so I decided to put it under my virtual host (a linode VPS). > I was following the intructions on [1] and so I imagine that I n

Re: [web2py] Problems with ssh tunnel to run cherokee-admin and configure web2py

2011-01-10 Thread Marin Pranjic
Slice is ok and your problem is not web2py related. Try restarting ssh demon (i googled, not sure if it'll work). On Mon, Jan 10, 2011 at 7:13 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi all, > > > I have being testing cherokee + uWSGI for serving web2py. Locally they > wor

[web2py] Problems with ssh tunnel to run cherokee-admin and configure web2py

2011-01-10 Thread Offray Vladimir Luna Cárdenas
Hi all, I have being testing cherokee + uWSGI for serving web2py. Locally they work fine, so I decided to put it under my virtual host (a linode VPS). I was following the intructions on [1] and so I imagine that I need to do: ssh -L 9090:localhost:9090 r...@173.230.137.80 and: ssh -L 9090:127.