Main > Programming > Libraries >

Apache::ReverseProxy 0.07

Apache::ReverseProxy 0.07

Sponsored Links

Apache::ReverseProxy 0.07 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 6 (1 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 817
Date added: 2007-07-30
Publisher: Clinton Wong

Apache::ReverseProxy 0.07 description

Apache::ReverseProxy is an Apache mod_perl reverse proxy.

SYNOPSIS

# In Apache config file
< Location / >
SetHandler perl-script
PerlHandler Apache::ReverseProxy
PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf
< /Location >
# In rproxy.conf / http://www.cpan.org/

This is a reverse proxy module for Apache with mod_perl. It is intended to replace Apache::ProxyPass. Given a list of URI mappings, this module will translate an incoming URI, retrieve the contents for the translated URI, and return the contents to the original requestor. This module allows you to specify exact matching (instead of regular expression matching) and handles query string translations.

CONFIGURATION

You will need to set the ReverseProxyConfig perl variable in Apache to the path of the reverse proxy mapping file. For example:

< Location / >
SetHandler perl-script
PerlHandler Apache::ReverseProxy
PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf

# Optional configuration items:
#PerlSetVar ReverseProxyChain http://proxy.mycompany.com:8888/
#PerlSetVar ReverseProxyNoChain mycompany.com
< /Location >

ReverseProxyChain specifies a proxy server to use. This is sometimes called proxy chaining when one proxy server uses another proxy server. The ReverseProxyNoChain directive can specify a domain to not use proxy chaining on.

Reverse proxy configuration files have three fields, each separated by white space. The first field is the uri to look for, the second field is the replacement uri, and the third field is optional and allows you to specify comma separated options for the mapping. The only option that is currently supported is the exact parameter, which will make the reverse proxy use exact matching for the first parameter instead of using regular expressions. This feature is convenient when the first parameter contains characters that may need to be escaped or quotemetaed. Exact options are evaluated first. If there isnt an exact match, regular expression matches are performed. Configuration files may contain comments, which start with a pound sign. For example:

/news/ http://www.news.com/
/ http://www.perl.com/
/stats http://localhost/stats exact
# /stats maps exactly to http://localhost/stats
# /stats/b maps to http://www.perl.com/stats/b
/french/news http://www.news.com/?language=french
# /french/news/index -> http://www.news.com/index?language=french
# /french/news/index?a=b -> http://www.news.com/index?language=french&a=b

Apache::ReverseProxy 0.07 Screenshot

Advertisements

Apache::ReverseProxy 0.07 Keywords

Bookmark Apache::ReverseProxy 0.07

Hyperlink code:
Link for forum:

Apache::ReverseProxy 0.07 Copyright

WareSeeker periodically updates pricing and software information of Apache::ReverseProxy 0.07 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Apache::ReverseProxy 0.07 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Apache::No404Proxy is a 404 free Proxy. Free Download
Apache::ProxyConf is a Perl module that can generate proxy configuration for browsers. Free Download
HTML::BBReverse is a Perl module to convert HTML to BBCode and back. Free Download
Apache2::RequestRec is a Perl API for Apache request record accessors. Free Download
Net::Proxy is a Perl framework for proxying network connections in many ways. Free Download
Apache::No404Proxy::Google is an implementation of Apache::No404Proxy. Free Download
Apache2::SiteMap is a Perl module that can dynamically create Google SiteMap files. Free Download
Generic Apache Request Libr is a shared library with associated modules for manipulating client request data via the Apache API. Free Download