mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7819763219
mod_proxy_html is 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. WWW: http://apache.webthing.com/mod_proxy_html/ - David Lay <dsl@webize.com.au> PR: ports/69737 Submitted by: David Lay <dsl@webize.com.au>
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
libexec/apache2/mod_proxy_html.so
|
|
@exec %D/sbin/apxs -e -A -n proxy_html %D/%F
|
|
@unexec %D/sbin/apxs -e -A -n proxy_html %D/%F
|