Re: [web2py] Re: tunneling over ssh causes incomplete page loads with apache

2010-11-22 Thread Phyo Arkar
You can do Remote SSH Full TUN VPN (it will not just do one port forwarding but all protocols) by Doing as below. You can skip iptables part , these are for sharing connection from remote end. You need to be root on the server machine . >From Gentoo Wiki Archive: http://www.gentoo-wiki.info/H

[web2py] Re: tunneling over ssh causes incomplete page loads with apache

2010-11-22 Thread G
Interesting, that makes sense. Except why does it seem to work so well with the built in web2py webserver but not apache. Is there a configuration setting in apache that would make it act more like the web2py server in this regard? Thanks for the response. On Nov 22, 2:15 pm, Phyo Arkar wrote: >

[web2py] Re: tunneling over ssh causes incomplete page loads with apache

2010-11-22 Thread mdipierro
One more reason for not having ajax in admin. On Nov 22, 4:15 pm, Phyo Arkar wrote: > Yes thats happen for me too > seems that it is caused due to ssh tunnel is single connection where web > request open multiple connections. > > Try testing with a page with no external css/js and it will work fi