On Jan 21, 9:37 pm, voltron <nhy...@googlemail.com> wrote:
> 2. Sorry to be so bothersome, one last thing, I am using vhosts, I
> have 2 instances of web2py using FCGI, one is a subdomain and both
> send on port 60 since Apache ist listening on all IPs
> *:80
> test.mydomian.comwww.mydomain.com
> so how do I differentiate which one I am connecting to via SSH?

Set these in your hosts file:
test.mydomian.com 127.0.0.1
www.mydomain.com 127.0.0.1

Then simply browse to the host normally & HTTP1.1 header will pass
through the SSH tunnel.
I do this all the time :)

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to