Apache::HTTunnel

Universal HTTP tunnel using Apache + mod_perl
Download

Apache::HTTunnel Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Patrick LeBoutillier
  • Publisher web site:
  • http://search.cpan.org/~patl/

Apache::HTTunnel Tags


Apache::HTTunnel Description

Universal HTTP tunnel using Apache + mod_perl Apache::HTTunnel is a Perl module that allows the creation of HTTP tunnels using Apache and mod_perl. The HTTunnel::Client class (or the httunnel daemon) can be used to configure the tunnels.SYNOPSIS # on the server: in /etc/httpd/conf.d/perl_httunnel.conf PerlSetVar HTTunnelFifo /var/lib/httunnel/httunnel.sock PerlPostConfigRequire Apache/HTTunnel.pm < Location "/httunnel" > SetHandler perl-script PerlResponseHandler Apache::HTTunnel < /Location > # on the client: in /etc/httunnel.d/server_ssh.cfg local_port = 9876 url = http://server/httunnel remote_host = localhost remote_port = 22 # on the client % /usr/bin/httunnel -f /etc/httunnel.d/ssh.cfg & % ssh localhost -p 9876 # You will now have a ssh connection to server where the packets # are actually being transported over many HTTP requests. Requirements: · Perl


Apache::HTTunnel Related Software