You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Christophe de Vienne <cd...@alphacent.com> on 2006/01/23 13:08:59 UTC

[users@httpd] ProxyPass and httptunnel

Hi,

I am trying, without any success, to use gnu httptunnel
(http://www.nocrew.org/software/httptunnel.html).

The client as well as the server (htc and hts) starts to dialog and then
hang waiting for datas, as if httpd is waiting for more data before
sending.
Reading an old thread "reverseproxy using httptunnel" at
http://mail-archives.apache.org/mod_mbox/www-modproxy-dev/200403.mbox/thread,
I conclude that it should be working now.

Is there any particular option that makes it possible ?

Does anybody successfully run such a configuration ?

Thanks for any help,

Christophe

PS: my conf:
<IfDefine PROXY>
        <VirtualHost htun>
                ProxyRequests Off
                ProxyPass / http://localhost:8888/
                ProxyPassReverse / http://localhost:8888/
        </VirtualHost>
</IfDefine>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org