mod_proxy_html

Rating: 
0
No votes yet

This module provides an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.

For example, if a company has an application server at appserver.example.com that is only visible from within the company's internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/. When the application server links to itself, those links need to be rewritten to work through the gateway. mod_proxy_html serves to rewrite <a href="http://appserver.example.com/foo/bar.html">foobar</a> to <a href="http://www.example.com/appserver/foo/bar.html">foobar</a> making it accessible from outside.

mod_proxy_html was originally developed at WebÞing, whose extensive documentation may be useful to users.

Category:

Application versions: 
AttachmentSizeDate
File mod_proxy_html-2.4.9-1.armv7hl.rpm54.04 KB25/03/2014 - 21:37
File mod_proxy_html-2.4.7-1.armv7hl.rpm69.18 KB06/03/2014 - 23:56
Changelog: 

(none)