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 [email protected] and: ssh -L 9090:127.0.0.1:9090 [email protected] 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, Offray References: ========== [1] http://web2pyslices.com/main/slices/take_slice/110

