I wanna tunnel my ssh though port 80(listened by apache). mod_proxy & mod_proxy_connect provide me with AllowCONNECT directive, allowing me to use CONNECT host:22 HTTP/1.1 to connect to my ssh host. But the host following CONNECT is not limited, is there a solution?
I wanna tunnel my ssh though port 80(listened by apache). mod_proxy & mod_proxy_connect provide
Share
I figured it out myself. Just to add a few lines in the
apache2.2/modules/proxy/mod_proxy_connect.c +123