Apache::Proxy - Perl interface to mod_proxy


Apache-Proxy documentation  | view source Contained in the Apache-Proxy distribution.

Index


NAME

Top

Apache::Proxy - Perl interface to mod_proxy

SYNOPSIS

Top

  use Apache::Proxy ();

DESCRIPTION

Top

    my $status = Apache::Proxy->pass($r, "http://perl.apache.org/"); 
    my $hashfile = Apache::Proxy->proxy_hash($r, $url);

AUTHOR

Top

Doug MacEachern, Ilya Obshadko

SEE ALSO

Top

perl(1).


Apache-Proxy documentation  | view source Contained in the Apache-Proxy distribution.