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 need to do: > > ssh -L 9090:localhost:9090 r...@173.230.137.80 > > and: > > ssh -L 9090:127.0.0.1:9090 r...@173.230.137.80 > > but in both cases, after putting my root's password I get: > > channel 3: open failed: connect failed: Connection refused > > At this moment I'm looking how to get this working on archlinux, seeing > if may be is something in the configuration at the VPS, but any help or > pointer to a solution will be appreciated. > > Cheers, >
I solved the problem. It was just a minor flags needed in the command. If I launch "cherokee-admin -b" and do: ssh -L 9090:localhost:9090 r...@173.230.137.80 -N it works without any problem. (notice the "-b" and "-N" flags respectively) as reported in [1] [1] http://library.linode.com/web-servers/cherokee/installing-cherokee-debian-5-lenny Cheers, Offray