Using ProxyPass and RewriteEngine on Apache

When looking for examples of using ProxyPass and ProxyPassRevers usage in Apache, I found this great article on Apache mod_proxy in the CocoonWiki. The article talks about using the proxy setup for allowing access to a Cocoon servlet container, but the setup is applicable to any servlet container or back-end web services you can imagine. The author even shows how to mix serving static and dynamic pages from the proxy and how to make sure a decent error page is shown if the proxied service is down.

Wednesday June 16, 2004   ·   Permalink