NAME

Apache::ProxyPassThru - Skeleton for vanilla proxy

SYNOPSIS

#httpd.conf or some such
PerlTransHandler  Apache::ProxyPassThru

DESCRIPTION

This module uses libwww-perl as it's web client, feeding the response back into the Apache API request_rec structure. `PerlHandler' will only be invoked if the request is a proxy request, otherwise, your normal server configuration will handle the request.

SEE ALSO

mod_perl(3), Apache(3), LWP::UserAgent(3)

AUTHOR

Doug MacEachern <dougm@osf.org>