Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The goal was to change all rendered html downstream from www.breakitdown.ca to www.supernaturalz.com.

LoadModule proxy_module modules/mod_proxy.so = proxy.load
LoadModule proxy_http_module modules/mod_proxy_http.so = proxy_http.load
LoadModule proxy_html_module modules/mod_proxy_html.so = proxy_html.load

...

This at least works in loading up the website, same issue with large images, so need to put in some rewriting.

Ok so ProxyHTMLURLMap does not work easily. Looking around found what looks to be better,

...