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.

Warning

This article needs to be cleaned up and organized and split up to be more focused.

Reverse Proxy Setup

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

...

Have not measured the performance hit yet.

mod_filter

Just noticed that AddOutputFilterByType is deprecated and it is recommended to use mod_filter.

Refernces

http://www.apachetutor.org/admin/reverseproxies - a bit techie, but the most in depth article I have found on reverse proxy.